Class: Aws::AccessAnalyzer::Types::CancelPolicyGenerationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::CancelPolicyGenerationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-accessanalyzer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The ‘JobId` that is returned by the `StartPolicyGeneration` 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.
569 570 571 572 573 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 569 class CancelPolicyGenerationRequest < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |