Class: Aws::AccessAnalyzer::Types::StartPolicyGenerationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

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.

Returns:

  • (String)


3796
3797
3798
3799
3800
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 3796

class StartPolicyGenerationResponse < Struct.new(
  :job_id)
  SENSITIVE = []
  include Aws::Structure
end