Class: Aws::BedrockAgentCoreControl::Types::ListPolicyEnginesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::ListPolicyEnginesRequest
- 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 engines to return in a single response.
-
#next_token ⇒ String
A pagination token returned from a previous [ListPolicyEngines][1] call.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of policy engines to return in a single response. If not specified, the default is 10 policy engines per page, with a maximum of 100 per page.
10835 10836 10837 10838 10839 10840 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 10835 class ListPolicyEnginesRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token returned from a previous ListPolicyEngines call. Use this token to retrieve the next page of results when the response is paginated.
10835 10836 10837 10838 10839 10840 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 10835 class ListPolicyEnginesRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |