Class: Aws::BedrockAgentCoreControl::Types::ListAgentRuntimesResponse

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

#agent_runtimesArray<Types::AgentRuntime>

The list of AgentCore Runtime resources.

Returns:



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_tokenString

A token to retrieve the next page of results.

Returns:

  • (String)


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