Class: Aws::BedrockAgentCoreControl::Types::ListAgentRuntimesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::ListAgentRuntimesResponse
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_runtimes ⇒ Array<Types::AgentRuntime>
The list of AgentCore Runtime resources.
-
#next_token ⇒ String
A token to retrieve the next page of results.
Instance Attribute Details
#agent_runtimes ⇒ Array<Types::AgentRuntime>
The list of AgentCore Runtime resources.
10007 10008 10009 10010 10011 10012 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 10007 class ListAgentRuntimesResponse < Struct.new( :agent_runtimes, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token to retrieve the next page of results.
10007 10008 10009 10010 10011 10012 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 10007 class ListAgentRuntimesResponse < Struct.new( :agent_runtimes, :next_token) SENSITIVE = [] include Aws::Structure end |