Class: Aws::BedrockAgentCoreControl::Types::GetAgentRuntimeRequest

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_runtime_idString

The unique identifier of the AgentCore Runtime to retrieve.

Returns:

  • (String)


6411
6412
6413
6414
6415
6416
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 6411

class GetAgentRuntimeRequest < Struct.new(
  :agent_runtime_id,
  :agent_runtime_version)
  SENSITIVE = []
  include Aws::Structure
end

#agent_runtime_versionString

The version of the AgentCore Runtime to retrieve.

Returns:

  • (String)


6411
6412
6413
6414
6415
6416
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 6411

class GetAgentRuntimeRequest < Struct.new(
  :agent_runtime_id,
  :agent_runtime_version)
  SENSITIVE = []
  include Aws::Structure
end