Class: Aws::BedrockAgent::Types::DeleteAgentAliasRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::DeleteAgentAliasRequest
 
 
- 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 to delete.
 - 
  
    
      #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 to delete.
      1559 1560 1561 1562 1563 1564  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 1559 class DeleteAgentAliasRequest < Struct.new( :agent_alias_id, :agent_id) SENSITIVE = [] include Aws::Structure end  | 
  
#agent_id ⇒ String
The unique identifier of the agent that the alias belongs to.
      1559 1560 1561 1562 1563 1564  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 1559 class DeleteAgentAliasRequest < Struct.new( :agent_alias_id, :agent_id) SENSITIVE = [] include Aws::Structure end  |