Class: Aws::BedrockAgent::Types::UpdateAgentAliasRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::UpdateAgentAliasRequest
 
 
- 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.
 - 
  
    
      #agent_alias_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies a new name for the alias.
 - 
  
    
      #agent_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the agent.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies a new description for the alias.
 - 
  
    
      #routing_configuration  ⇒ Array<Types::AgentAliasRoutingConfigurationListItem> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains details about the routing configuration of the alias.
 
Instance Attribute Details
#agent_alias_id ⇒ String
The unique identifier of the alias.
      7098 7099 7100 7101 7102 7103 7104 7105 7106  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 7098 class UpdateAgentAliasRequest < Struct.new( :agent_alias_id, :agent_alias_name, :agent_id, :description, :routing_configuration) SENSITIVE = [] include Aws::Structure end  | 
  
#agent_alias_name ⇒ String
Specifies a new name for the alias.
      7098 7099 7100 7101 7102 7103 7104 7105 7106  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 7098 class UpdateAgentAliasRequest < Struct.new( :agent_alias_id, :agent_alias_name, :agent_id, :description, :routing_configuration) SENSITIVE = [] include Aws::Structure end  | 
  
#agent_id ⇒ String
The unique identifier of the agent.
      7098 7099 7100 7101 7102 7103 7104 7105 7106  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 7098 class UpdateAgentAliasRequest < Struct.new( :agent_alias_id, :agent_alias_name, :agent_id, :description, :routing_configuration) SENSITIVE = [] include Aws::Structure end  | 
  
#description ⇒ String
Specifies a new description for the alias.
      7098 7099 7100 7101 7102 7103 7104 7105 7106  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 7098 class UpdateAgentAliasRequest < Struct.new( :agent_alias_id, :agent_alias_name, :agent_id, :description, :routing_configuration) SENSITIVE = [] include Aws::Structure end  | 
  
#routing_configuration ⇒ Array<Types::AgentAliasRoutingConfigurationListItem>
Contains details about the routing configuration of the alias.
      7098 7099 7100 7101 7102 7103 7104 7105 7106  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 7098 class UpdateAgentAliasRequest < Struct.new( :agent_alias_id, :agent_alias_name, :agent_id, :description, :routing_configuration) SENSITIVE = [] include Aws::Structure end  |