Class: Aws::AccessAnalyzer::Types::GetPolicyPreviewJobResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_detailsTypes::PolicyPreviewJobDetails

Details about the job execution, including current status, submission time, start time, completion time, and any errors that occurred.



2663
2664
2665
2666
2667
2668
2669
2670
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2663

class GetPolicyPreviewJobResponse < Struct.new(
  :job_id,
  :job_parameters,
  :job_details,
  :output_s3_uri)
  SENSITIVE = []
  include Aws::Structure
end

#job_idString

The unique identifier of the policy preview job.

Returns:

  • (String)


2663
2664
2665
2666
2667
2668
2669
2670
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2663

class GetPolicyPreviewJobResponse < Struct.new(
  :job_id,
  :job_parameters,
  :job_details,
  :output_s3_uri)
  SENSITIVE = []
  include Aws::Structure
end

#job_parametersTypes::PolicyPreviewJobParameters

The original parameters used to create the policy preview job, including the analysis time window and policy configurations.



2663
2664
2665
2666
2667
2668
2669
2670
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2663

class GetPolicyPreviewJobResponse < Struct.new(
  :job_id,
  :job_parameters,
  :job_details,
  :output_s3_uri)
  SENSITIVE = []
  include Aws::Structure
end

#output_s3_uriString

The Amazon S3 URI where the analysis report is stored. The report contains metadata for CloudTrail events that would be denied by the proposed policy.

Returns:

  • (String)


2663
2664
2665
2666
2667
2668
2669
2670
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2663

class GetPolicyPreviewJobResponse < Struct.new(
  :job_id,
  :job_parameters,
  :job_details,
  :output_s3_uri)
  SENSITIVE = []
  include Aws::Structure
end