Class: Aws::BedrockAgentCoreControl::Types::ListAgentRuntimeEndpointsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A token to retrieve the next page of results.

Returns:

  • (String)


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_endpointsArray<Types::AgentRuntimeEndpoint>

The list of AgentCore Runtime endpoints.

Returns:



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