Class: Aws::AccessAnalyzer::Types::GetGeneratedPolicyResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#generated_policy_resultTypes::GeneratedPolicyResult

A GeneratedPolicyResult object that contains the generated policies and associated details.



2082
2083
2084
2085
2086
2087
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2082

class GetGeneratedPolicyResponse < Struct.new(
  :job_details,
  :generated_policy_result)
  SENSITIVE = []
  include Aws::Structure
end

#job_detailsTypes::JobDetails

A GeneratedPolicyDetails object that contains details about the generated policy.

Returns:



2082
2083
2084
2085
2086
2087
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2082

class GetGeneratedPolicyResponse < Struct.new(
  :job_details,
  :generated_policy_result)
  SENSITIVE = []
  include Aws::Structure
end