Class: Aws::AccessAnalyzer::Types::StartPolicyGenerationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::StartPolicyGenerationResponse
- 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
JobId
that is returned by theStartPolicyGeneration
operation.
Instance Attribute Details
#job_id ⇒ String
The JobId
that is returned by the StartPolicyGeneration
operation. The JobId
can be used with GetGeneratedPolicy
to
retrieve the generated policies or used with
CancelPolicyGeneration
to cancel the policy generation request.
2956 2957 2958 2959 2960 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2956 class StartPolicyGenerationResponse < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |