Class: Aws::BedrockAgent::Types::AgentSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::AgentSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Summary of Agent.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_id ⇒ String
Identifier for a resource.
-
#agent_name ⇒ String
Name for a resource.
-
#agent_status ⇒ String
Schema Type for Action APIs.
-
#description ⇒ String
Description of the Resource.
-
#latest_agent_version ⇒ String
Agent Version.
-
#updated_at ⇒ Time
Time Stamp.
Instance Attribute Details
#agent_id ⇒ String
Identifier for a resource.
530 531 532 533 534 535 536 537 538 539 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 530 class AgentSummary < Struct.new( :agent_id, :agent_name, :agent_status, :description, :updated_at, :latest_agent_version) SENSITIVE = [] include Aws::Structure end |
#agent_name ⇒ String
Name for a resource.
530 531 532 533 534 535 536 537 538 539 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 530 class AgentSummary < Struct.new( :agent_id, :agent_name, :agent_status, :description, :updated_at, :latest_agent_version) SENSITIVE = [] include Aws::Structure end |
#agent_status ⇒ String
Schema Type for Action APIs.
530 531 532 533 534 535 536 537 538 539 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 530 class AgentSummary < Struct.new( :agent_id, :agent_name, :agent_status, :description, :updated_at, :latest_agent_version) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Description of the Resource.
530 531 532 533 534 535 536 537 538 539 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 530 class AgentSummary < Struct.new( :agent_id, :agent_name, :agent_status, :description, :updated_at, :latest_agent_version) SENSITIVE = [] include Aws::Structure end |
#latest_agent_version ⇒ String
Agent Version.
530 531 532 533 534 535 536 537 538 539 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 530 class AgentSummary < Struct.new( :agent_id, :agent_name, :agent_status, :description, :updated_at, :latest_agent_version) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
Time Stamp.
530 531 532 533 534 535 536 537 538 539 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 530 class AgentSummary < Struct.new( :agent_id, :agent_name, :agent_status, :description, :updated_at, :latest_agent_version) SENSITIVE = [] include Aws::Structure end |