Class: Aws::BedrockAgentCoreControl::Types::CreateAgentRuntimeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::CreateAgentRuntimeResponse
- 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_id ⇒ String
The unique identifier of the AgentCore Runtime.
-
#agent_runtime_version ⇒ String
The version of the AgentCore Runtime.
-
#created_at ⇒ Time
The timestamp when the AgentCore Runtime was created.
-
#status ⇒ String
The current status of the AgentCore Runtime.
-
#workload_identity_details ⇒ Types::WorkloadIdentityDetails
The workload identity details for the AgentCore Runtime.
Instance Attribute Details
#agent_runtime_arn ⇒ String
The Amazon Resource Name (ARN) of the AgentCore Runtime.
1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1614 class CreateAgentRuntimeResponse < Struct.new( :agent_runtime_arn, :workload_identity_details, :agent_runtime_id, :agent_runtime_version, :created_at, :status) SENSITIVE = [] include Aws::Structure end |
#agent_runtime_id ⇒ String
The unique identifier of the AgentCore Runtime.
1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1614 class CreateAgentRuntimeResponse < Struct.new( :agent_runtime_arn, :workload_identity_details, :agent_runtime_id, :agent_runtime_version, :created_at, :status) SENSITIVE = [] include Aws::Structure end |
#agent_runtime_version ⇒ String
The version of the AgentCore Runtime.
1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1614 class CreateAgentRuntimeResponse < Struct.new( :agent_runtime_arn, :workload_identity_details, :agent_runtime_id, :agent_runtime_version, :created_at, :status) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The timestamp when the AgentCore Runtime was created.
1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1614 class CreateAgentRuntimeResponse < Struct.new( :agent_runtime_arn, :workload_identity_details, :agent_runtime_id, :agent_runtime_version, :created_at, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the AgentCore Runtime.
1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1614 class CreateAgentRuntimeResponse < Struct.new( :agent_runtime_arn, :workload_identity_details, :agent_runtime_id, :agent_runtime_version, :created_at, :status) SENSITIVE = [] include Aws::Structure end |
#workload_identity_details ⇒ Types::WorkloadIdentityDetails
The workload identity details for the AgentCore Runtime.
1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1614 class CreateAgentRuntimeResponse < Struct.new( :agent_runtime_arn, :workload_identity_details, :agent_runtime_id, :agent_runtime_version, :created_at, :status) SENSITIVE = [] include Aws::Structure end |