Class: Aws::AccessAnalyzer::Types::StartPolicyPreviewJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::StartPolicyPreviewJobResponse
- Defined in:
- gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The unique identifier for the created policy preview job.
Instance Attribute Details
#job_id ⇒ String
The unique identifier for the created policy preview job. Use this
ID with GetPolicyPreviewJob to retrieve job status and details, or
with CancelPolicyPreviewJob to cancel the job.
4822 4823 4824 4825 4826 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 4822 class StartPolicyPreviewJobResponse < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |