Class: Aws::BedrockAgentCoreControl::Types::UpdateAgentRuntimeEndpointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::UpdateAgentRuntimeEndpointResponse
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_runtime_arn ⇒ String
The Amazon Resource Name (ARN) of the AgentCore Runtime.
-
#agent_runtime_endpoint_arn ⇒ String
The Amazon Resource Name (ARN) of the AgentCore Runtime endpoint.
-
#created_at ⇒ Time
The timestamp when the AgentCore Runtime endpoint was created.
-
#last_updated_at ⇒ Time
The timestamp when the AgentCore Runtime endpoint was last updated.
-
#live_version ⇒ String
The currently deployed version of the AgentCore Runtime on the endpoint.
-
#status ⇒ String
The current status of the updated AgentCore Runtime endpoint.
-
#target_version ⇒ String
The target version of the AgentCore Runtime for the endpoint.
Instance Attribute Details
#agent_runtime_arn ⇒ String
The Amazon Resource Name (ARN) of the AgentCore Runtime.
15217 15218 15219 15220 15221 15222 15223 15224 15225 15226 15227 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 15217 class UpdateAgentRuntimeEndpointResponse < Struct.new( :live_version, :target_version, :agent_runtime_endpoint_arn, :agent_runtime_arn, :status, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#agent_runtime_endpoint_arn ⇒ String
The Amazon Resource Name (ARN) of the AgentCore Runtime endpoint.
15217 15218 15219 15220 15221 15222 15223 15224 15225 15226 15227 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 15217 class UpdateAgentRuntimeEndpointResponse < Struct.new( :live_version, :target_version, :agent_runtime_endpoint_arn, :agent_runtime_arn, :status, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The timestamp when the AgentCore Runtime endpoint was created.
15217 15218 15219 15220 15221 15222 15223 15224 15225 15226 15227 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 15217 class UpdateAgentRuntimeEndpointResponse < Struct.new( :live_version, :target_version, :agent_runtime_endpoint_arn, :agent_runtime_arn, :status, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
The timestamp when the AgentCore Runtime endpoint was last updated.
15217 15218 15219 15220 15221 15222 15223 15224 15225 15226 15227 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 15217 class UpdateAgentRuntimeEndpointResponse < Struct.new( :live_version, :target_version, :agent_runtime_endpoint_arn, :agent_runtime_arn, :status, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#live_version ⇒ String
The currently deployed version of the AgentCore Runtime on the endpoint.
15217 15218 15219 15220 15221 15222 15223 15224 15225 15226 15227 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 15217 class UpdateAgentRuntimeEndpointResponse < Struct.new( :live_version, :target_version, :agent_runtime_endpoint_arn, :agent_runtime_arn, :status, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the updated AgentCore Runtime endpoint.
15217 15218 15219 15220 15221 15222 15223 15224 15225 15226 15227 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 15217 class UpdateAgentRuntimeEndpointResponse < Struct.new( :live_version, :target_version, :agent_runtime_endpoint_arn, :agent_runtime_arn, :status, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#target_version ⇒ String
The target version of the AgentCore Runtime for the endpoint.
15217 15218 15219 15220 15221 15222 15223 15224 15225 15226 15227 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 15217 class UpdateAgentRuntimeEndpointResponse < Struct.new( :live_version, :target_version, :agent_runtime_endpoint_arn, :agent_runtime_arn, :status, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |