Class: Aws::BedrockAgent::Types::UpdateFlowAliasRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::UpdateFlowAliasRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-bedrockagent/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #alias_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the alias.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A description for the alias.
 - 
  
    
      #flow_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the flow.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the alias.
 - 
  
    
      #routing_configuration  ⇒ Array<Types::FlowAliasRoutingConfigurationListItem> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains information about the version to which to map the alias.
 
Instance Attribute Details
#alias_identifier ⇒ String
The unique identifier of the alias.
      7466 7467 7468 7469 7470 7471 7472 7473 7474  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 7466 class UpdateFlowAliasRequest < Struct.new( :alias_identifier, :description, :flow_identifier, :name, :routing_configuration) SENSITIVE = [] include Aws::Structure end  | 
  
#description ⇒ String
A description for the alias.
      7466 7467 7468 7469 7470 7471 7472 7473 7474  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 7466 class UpdateFlowAliasRequest < Struct.new( :alias_identifier, :description, :flow_identifier, :name, :routing_configuration) SENSITIVE = [] include Aws::Structure end  | 
  
#flow_identifier ⇒ String
The unique identifier of the flow.
      7466 7467 7468 7469 7470 7471 7472 7473 7474  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 7466 class UpdateFlowAliasRequest < Struct.new( :alias_identifier, :description, :flow_identifier, :name, :routing_configuration) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the alias.
      7466 7467 7468 7469 7470 7471 7472 7473 7474  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 7466 class UpdateFlowAliasRequest < Struct.new( :alias_identifier, :description, :flow_identifier, :name, :routing_configuration) SENSITIVE = [] include Aws::Structure end  | 
  
#routing_configuration ⇒ Array<Types::FlowAliasRoutingConfigurationListItem>
Contains information about the version to which to map the alias.
      7466 7467 7468 7469 7470 7471 7472 7473 7474  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 7466 class UpdateFlowAliasRequest < Struct.new( :alias_identifier, :description, :flow_identifier, :name, :routing_configuration) SENSITIVE = [] include Aws::Structure end  |