Class: Aws::BedrockAgent::Types::UpdateAgentAliasResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::UpdateAgentAliasResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-bedrockagent/types.rb
 
Overview
Update Agent Alias Response
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #agent_alias  ⇒ Types::AgentAlias 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains the information of an agent alias.
 
Instance Attribute Details
#agent_alias ⇒ Types::AgentAlias
Contains the information of an agent alias
      3095 3096 3097 3098 3099  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 3095 class UpdateAgentAliasResponse < Struct.new( :agent_alias) SENSITIVE = [] include Aws::Structure end  |