Class: Aws::BedrockAgent::Types::PrepareAgentResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::PrepareAgentResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-bedrockagent/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #agent_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the agent for which the ‘DRAFT` version was created.
 - 
  
    
      #agent_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the ‘DRAFT` version and whether it is ready for use.
 - 
  
    
      #agent_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The version of the agent.
 - 
  
    
      #prepared_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time at which the ‘DRAFT` version of the agent was last prepared.
 
Instance Attribute Details
#agent_id ⇒ String
The unique identifier of the agent for which the ‘DRAFT` version was created.
      5749 5750 5751 5752 5753 5754 5755 5756  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 5749 class PrepareAgentResponse < Struct.new( :agent_id, :agent_status, :agent_version, :prepared_at) SENSITIVE = [] include Aws::Structure end  | 
  
#agent_status ⇒ String
The status of the ‘DRAFT` version and whether it is ready for use.
      5749 5750 5751 5752 5753 5754 5755 5756  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 5749 class PrepareAgentResponse < Struct.new( :agent_id, :agent_status, :agent_version, :prepared_at) SENSITIVE = [] include Aws::Structure end  | 
  
#agent_version ⇒ String
The version of the agent.
      5749 5750 5751 5752 5753 5754 5755 5756  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 5749 class PrepareAgentResponse < Struct.new( :agent_id, :agent_status, :agent_version, :prepared_at) SENSITIVE = [] include Aws::Structure end  | 
  
#prepared_at ⇒ Time
The time at which the ‘DRAFT` version of the agent was last prepared.
      5749 5750 5751 5752 5753 5754 5755 5756  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 5749 class PrepareAgentResponse < Struct.new( :agent_id, :agent_status, :agent_version, :prepared_at) SENSITIVE = [] include Aws::Structure end  |