Class: Aws::AccessAnalyzer::Types::GetPolicyPreviewJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::GetPolicyPreviewJobResponse
- Defined in:
- gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_details ⇒ Types::PolicyPreviewJobDetails
Details about the job execution, including current status, submission time, start time, completion time, and any errors that occurred.
-
#job_id ⇒ String
The unique identifier of the policy preview job.
-
#job_parameters ⇒ Types::PolicyPreviewJobParameters
The original parameters used to create the policy preview job, including the analysis time window and policy configurations.
-
#output_s3_uri ⇒ String
The Amazon S3 URI where the analysis report is stored.
Instance Attribute Details
#job_details ⇒ Types::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_id ⇒ String
The unique identifier of the policy preview job.
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_parameters ⇒ Types::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_uri ⇒ String
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.
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 |