Class: Aws::BedrockAgent::Types::DeleteAgentResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::DeleteAgentResponse
 
 
- 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 that was deleted.
 - 
  
    
      #agent_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the agent.
 
Instance Attribute Details
#agent_id ⇒ String
The unique identifier of the agent that was deleted.
      2512 2513 2514 2515 2516 2517  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 2512 class DeleteAgentResponse < Struct.new( :agent_id, :agent_status) SENSITIVE = [] include Aws::Structure end  | 
  
#agent_status ⇒ String
The status of the agent.
      2512 2513 2514 2515 2516 2517  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 2512 class DeleteAgentResponse < Struct.new( :agent_id, :agent_status) SENSITIVE = [] include Aws::Structure end  |