Class: Aws::BedrockAgentCoreControl::Types::CreateAgentRuntimeEndpointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::CreateAgentRuntimeEndpointResponse
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:endpoint_name]
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.
-
#agent_runtime_id ⇒ String
The unique identifier of the AgentCore Runtime.
-
#created_at ⇒ Time
The timestamp when the AgentCore Runtime endpoint was created.
-
#endpoint_name ⇒ String
The name of the AgentCore Runtime endpoint.
-
#status ⇒ String
The current status of the 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.
1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1495 class CreateAgentRuntimeEndpointResponse < Struct.new( :target_version, :agent_runtime_endpoint_arn, :agent_runtime_arn, :agent_runtime_id, :endpoint_name, :status, :created_at) SENSITIVE = [:endpoint_name] include Aws::Structure end |
#agent_runtime_endpoint_arn ⇒ String
The Amazon Resource Name (ARN) of the AgentCore Runtime endpoint.
1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1495 class CreateAgentRuntimeEndpointResponse < Struct.new( :target_version, :agent_runtime_endpoint_arn, :agent_runtime_arn, :agent_runtime_id, :endpoint_name, :status, :created_at) SENSITIVE = [:endpoint_name] include Aws::Structure end |
#agent_runtime_id ⇒ String
The unique identifier of the AgentCore Runtime.
1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1495 class CreateAgentRuntimeEndpointResponse < Struct.new( :target_version, :agent_runtime_endpoint_arn, :agent_runtime_arn, :agent_runtime_id, :endpoint_name, :status, :created_at) SENSITIVE = [:endpoint_name] include Aws::Structure end |
#created_at ⇒ Time
The timestamp when the AgentCore Runtime endpoint was created.
1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1495 class CreateAgentRuntimeEndpointResponse < Struct.new( :target_version, :agent_runtime_endpoint_arn, :agent_runtime_arn, :agent_runtime_id, :endpoint_name, :status, :created_at) SENSITIVE = [:endpoint_name] include Aws::Structure end |
#endpoint_name ⇒ String
The name of the AgentCore Runtime endpoint.
1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1495 class CreateAgentRuntimeEndpointResponse < Struct.new( :target_version, :agent_runtime_endpoint_arn, :agent_runtime_arn, :agent_runtime_id, :endpoint_name, :status, :created_at) SENSITIVE = [:endpoint_name] include Aws::Structure end |
#status ⇒ String
The current status of the AgentCore Runtime endpoint.
1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1495 class CreateAgentRuntimeEndpointResponse < Struct.new( :target_version, :agent_runtime_endpoint_arn, :agent_runtime_arn, :agent_runtime_id, :endpoint_name, :status, :created_at) SENSITIVE = [:endpoint_name] include Aws::Structure end |
#target_version ⇒ String
The target version of the AgentCore Runtime for the endpoint.
1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1495 class CreateAgentRuntimeEndpointResponse < Struct.new( :target_version, :agent_runtime_endpoint_arn, :agent_runtime_arn, :agent_runtime_id, :endpoint_name, :status, :created_at) SENSITIVE = [:endpoint_name] include Aws::Structure end |