Class: Aws::BedrockAgentCoreControl::Types::ListAgentRuntimeEndpointsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::ListAgentRuntimeEndpointsResponse
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token to retrieve the next page of results.
-
#runtime_endpoints ⇒ Array<Types::AgentRuntimeEndpoint>
The list of AgentCore Runtime endpoints.
Instance Attribute Details
#next_token ⇒ String
A token to retrieve the next page of results.
9934 9935 9936 9937 9938 9939 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 9934 class ListAgentRuntimeEndpointsResponse < Struct.new( :runtime_endpoints, :next_token) SENSITIVE = [] include Aws::Structure end |
#runtime_endpoints ⇒ Array<Types::AgentRuntimeEndpoint>
The list of AgentCore Runtime endpoints.
9934 9935 9936 9937 9938 9939 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 9934 class ListAgentRuntimeEndpointsResponse < Struct.new( :runtime_endpoints, :next_token) SENSITIVE = [] include Aws::Structure end |