Class: Aws::AccessAnalyzer::Types::GetGeneratedPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::GetGeneratedPolicyResponse
- Defined in:
- gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#generated_policy_result ⇒ Types::GeneratedPolicyResult
A
GeneratedPolicyResultobject that contains the generated policies and associated details. -
#job_details ⇒ Types::JobDetails
A
GeneratedPolicyDetailsobject that contains details about the generated policy.
Instance Attribute Details
#generated_policy_result ⇒ Types::GeneratedPolicyResult
A GeneratedPolicyResult object that contains the generated
policies and associated details.
2521 2522 2523 2524 2525 2526 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2521 class GetGeneratedPolicyResponse < Struct.new( :job_details, :generated_policy_result) SENSITIVE = [] include Aws::Structure end |
#job_details ⇒ Types::JobDetails
A GeneratedPolicyDetails object that contains details about the
generated policy.
2521 2522 2523 2524 2525 2526 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2521 class GetGeneratedPolicyResponse < Struct.new( :job_details, :generated_policy_result) SENSITIVE = [] include Aws::Structure end |