Class: Aws::BedrockAgentCoreControl::Types::ListPolicyGenerationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::ListPolicyGenerationsResponse
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A pagination token for retrieving additional policy generations if more results are available.
-
#policy_generations ⇒ Array<Types::PolicyGeneration>
An array of policy generation objects that match the specified criteria.
Instance Attribute Details
#next_token ⇒ String
A pagination token for retrieving additional policy generations if more results are available.
11035 11036 11037 11038 11039 11040 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 11035 class ListPolicyGenerationsResponse < Struct.new( :policy_generations, :next_token) SENSITIVE = [] include Aws::Structure end |
#policy_generations ⇒ Array<Types::PolicyGeneration>
An array of policy generation objects that match the specified criteria.
11035 11036 11037 11038 11039 11040 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 11035 class ListPolicyGenerationsResponse < Struct.new( :policy_generations, :next_token) SENSITIVE = [] include Aws::Structure end |