Class: Aws::BedrockAgentCoreControl::Types::GetAgentRuntimeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::GetAgentRuntimeRequest
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_runtime_id ⇒ String
The unique identifier of the AgentCore Runtime to retrieve.
-
#agent_runtime_version ⇒ String
The version of the AgentCore Runtime to retrieve.
Instance Attribute Details
#agent_runtime_id ⇒ String
The unique identifier of the AgentCore Runtime to retrieve.
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_version ⇒ String
The version of the AgentCore Runtime to retrieve.
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 |