Class: Aws::BedrockAgentCoreControl::Types::ListPolicyGenerationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::ListPolicyGenerationsRequest
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of policy generations to return in a single response.
-
#next_token ⇒ String
A pagination token for retrieving additional policy generations when results are paginated.
-
#policy_engine_id ⇒ String
The identifier of the policy engine whose policy generations to retrieve.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of policy generations to return in a single response.
11015 11016 11017 11018 11019 11020 11021 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 11015 class ListPolicyGenerationsRequest < Struct.new( :next_token, :max_results, :policy_engine_id) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token for retrieving additional policy generations when results are paginated.
11015 11016 11017 11018 11019 11020 11021 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 11015 class ListPolicyGenerationsRequest < Struct.new( :next_token, :max_results, :policy_engine_id) SENSITIVE = [] include Aws::Structure end |
#policy_engine_id ⇒ String
The identifier of the policy engine whose policy generations to retrieve.
11015 11016 11017 11018 11019 11020 11021 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 11015 class ListPolicyGenerationsRequest < Struct.new( :next_token, :max_results, :policy_engine_id) SENSITIVE = [] include Aws::Structure end |