Class: Aws::BedrockAgentCoreControl::Types::ListAgentRuntimesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::ListAgentRuntimesRequest
- 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 results to return in the response.
-
#next_token ⇒ String
A token to retrieve the next page of results.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return in the response.
9990 9991 9992 9993 9994 9995 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 9990 class ListAgentRuntimesRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token to retrieve the next page of results.
9990 9991 9992 9993 9994 9995 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 9990 class ListAgentRuntimesRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |