Class: Aws::AccessAnalyzer::Types::ListPolicyGenerationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::ListPolicyGenerationsResponse
- Defined in:
- gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token used for pagination of results returned.
-
#policy_generations ⇒ Array<Types::PolicyGeneration>
A
PolicyGeneration
object that contains details about the generated policy.
Instance Attribute Details
#next_token ⇒ String
A token used for pagination of results returned.
2924 2925 2926 2927 2928 2929 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2924 class ListPolicyGenerationsResponse < Struct.new( :policy_generations, :next_token) SENSITIVE = [] include Aws::Structure end |
#policy_generations ⇒ Array<Types::PolicyGeneration>
A PolicyGeneration
object that contains details about the
generated policy.
2924 2925 2926 2927 2928 2929 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2924 class ListPolicyGenerationsResponse < Struct.new( :policy_generations, :next_token) SENSITIVE = [] include Aws::Structure end |