Class: Aws::BedrockAgent::Types::AgentSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::AgentSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-bedrockagent/types.rb
 
Overview
Contains details about an agent.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #agent_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the agent.
 - 
  
    
      #agent_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the agent.
 - 
  
    
      #agent_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the agent.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The description of the agent.
 - 
  
    
      #guardrail_configuration  ⇒ Types::GuardrailConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Details about the guardrail associated with the agent.
 - 
  
    
      #latest_agent_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The latest version of the agent.
 - 
  
    
      #updated_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time at which the agent was last updated.
 
Instance Attribute Details
#agent_id ⇒ String
The unique identifier of the agent.
      730 731 732 733 734 735 736 737 738 739 740  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 730 class AgentSummary < Struct.new( :agent_id, :agent_name, :agent_status, :description, :guardrail_configuration, :latest_agent_version, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#agent_name ⇒ String
The name of the agent.
      730 731 732 733 734 735 736 737 738 739 740  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 730 class AgentSummary < Struct.new( :agent_id, :agent_name, :agent_status, :description, :guardrail_configuration, :latest_agent_version, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#agent_status ⇒ String
The status of the agent.
      730 731 732 733 734 735 736 737 738 739 740  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 730 class AgentSummary < Struct.new( :agent_id, :agent_name, :agent_status, :description, :guardrail_configuration, :latest_agent_version, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#description ⇒ String
The description of the agent.
      730 731 732 733 734 735 736 737 738 739 740  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 730 class AgentSummary < Struct.new( :agent_id, :agent_name, :agent_status, :description, :guardrail_configuration, :latest_agent_version, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#guardrail_configuration ⇒ Types::GuardrailConfiguration
Details about the guardrail associated with the agent.
      730 731 732 733 734 735 736 737 738 739 740  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 730 class AgentSummary < Struct.new( :agent_id, :agent_name, :agent_status, :description, :guardrail_configuration, :latest_agent_version, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#latest_agent_version ⇒ String
The latest version of the agent.
      730 731 732 733 734 735 736 737 738 739 740  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 730 class AgentSummary < Struct.new( :agent_id, :agent_name, :agent_status, :description, :guardrail_configuration, :latest_agent_version, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#updated_at ⇒ Time
The time at which the agent was last updated.
      730 731 732 733 734 735 736 737 738 739 740  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 730 class AgentSummary < Struct.new( :agent_id, :agent_name, :agent_status, :description, :guardrail_configuration, :latest_agent_version, :updated_at) SENSITIVE = [] include Aws::Structure end  |