Class: Aws::BedrockAgent::Types::DeleteAgentAliasResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::DeleteAgentAliasResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-bedrockagent/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #agent_alias_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the alias that was deleted.
 - 
  
    
      #agent_alias_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the alias.
 - 
  
    
      #agent_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the agent that the alias belongs to.
 
Instance Attribute Details
#agent_alias_id ⇒ String
The unique identifier of the alias that was deleted.
      2475 2476 2477 2478 2479 2480 2481  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 2475 class DeleteAgentAliasResponse < Struct.new( :agent_alias_id, :agent_alias_status, :agent_id) SENSITIVE = [] include Aws::Structure end  | 
  
#agent_alias_status ⇒ String
The status of the alias.
      2475 2476 2477 2478 2479 2480 2481  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 2475 class DeleteAgentAliasResponse < Struct.new( :agent_alias_id, :agent_alias_status, :agent_id) SENSITIVE = [] include Aws::Structure end  | 
  
#agent_id ⇒ String
The unique identifier of the agent that the alias belongs to.
      2475 2476 2477 2478 2479 2480 2481  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 2475 class DeleteAgentAliasResponse < Struct.new( :agent_alias_id, :agent_alias_status, :agent_id) SENSITIVE = [] include Aws::Structure end  |