Class: Aws::BedrockAgentCoreControl::Types::Agent
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::Agent
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Contains information about an agent runtime. An agent runtime is the execution environment for a Amazon Bedrock Agent.
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#agent_runtime_arn ⇒ String
The Amazon Resource Name (ARN) of the agent runtime.
-
#agent_runtime_id ⇒ String
The unique identifier of the agent runtime.
-
#agent_runtime_name ⇒ String
The name of the agent runtime.
-
#agent_runtime_version ⇒ String
The version of the agent runtime.
-
#description ⇒ String
The description of the agent runtime.
-
#last_updated_at ⇒ Time
The timestamp when the agent runtime was last updated.
-
#status ⇒ String
The current status of the agent runtime.
Instance Attribute Details
#agent_runtime_arn ⇒ String
The Amazon Resource Name (ARN) of the agent runtime.
60 61 62 63 64 65 66 67 68 69 70 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 60 class Agent < Struct.new( :agent_runtime_arn, :agent_runtime_id, :agent_runtime_version, :agent_runtime_name, :description, :last_updated_at, :status) SENSITIVE = [:description] include Aws::Structure end |
#agent_runtime_id ⇒ String
The unique identifier of the agent runtime.
60 61 62 63 64 65 66 67 68 69 70 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 60 class Agent < Struct.new( :agent_runtime_arn, :agent_runtime_id, :agent_runtime_version, :agent_runtime_name, :description, :last_updated_at, :status) SENSITIVE = [:description] include Aws::Structure end |
#agent_runtime_name ⇒ String
The name of the agent runtime.
60 61 62 63 64 65 66 67 68 69 70 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 60 class Agent < Struct.new( :agent_runtime_arn, :agent_runtime_id, :agent_runtime_version, :agent_runtime_name, :description, :last_updated_at, :status) SENSITIVE = [:description] include Aws::Structure end |
#agent_runtime_version ⇒ String
The version of the agent runtime.
60 61 62 63 64 65 66 67 68 69 70 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 60 class Agent < Struct.new( :agent_runtime_arn, :agent_runtime_id, :agent_runtime_version, :agent_runtime_name, :description, :last_updated_at, :status) SENSITIVE = [:description] include Aws::Structure end |
#description ⇒ String
The description of the agent runtime.
60 61 62 63 64 65 66 67 68 69 70 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 60 class Agent < Struct.new( :agent_runtime_arn, :agent_runtime_id, :agent_runtime_version, :agent_runtime_name, :description, :last_updated_at, :status) SENSITIVE = [:description] include Aws::Structure end |
#last_updated_at ⇒ Time
The timestamp when the agent runtime was last updated.
60 61 62 63 64 65 66 67 68 69 70 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 60 class Agent < Struct.new( :agent_runtime_arn, :agent_runtime_id, :agent_runtime_version, :agent_runtime_name, :description, :last_updated_at, :status) SENSITIVE = [:description] include Aws::Structure end |
#status ⇒ String
The current status of the agent runtime.
60 61 62 63 64 65 66 67 68 69 70 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 60 class Agent < Struct.new( :agent_runtime_arn, :agent_runtime_id, :agent_runtime_version, :agent_runtime_name, :description, :last_updated_at, :status) SENSITIVE = [:description] include Aws::Structure end |