Class: Aws::BedrockAgentCoreControl::Types::ListEvaluatorsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::ListEvaluatorsRequest
- 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 evaluators to return in a single response.
-
#next_token ⇒ String
The pagination token from a previous request to retrieve the next page of results.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of evaluators to return in a single response.
10279 10280 10281 10282 10283 10284 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 10279 class ListEvaluatorsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token from a previous request to retrieve the next page of results.
10279 10280 10281 10282 10283 10284 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 10279 class ListEvaluatorsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |