Class: Aws::BedrockAgent::Types::UpdateFlowAliasResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::UpdateFlowAliasResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-bedrockagent/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the flow.
 - 
  
    
      #created_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time at which the flow was created.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The description of the flow.
 - 
  
    
      #flow_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the flow.
 - 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the alias.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the flow alias.
 - 
  
    
      #routing_configuration  ⇒ Array<Types::FlowAliasRoutingConfigurationListItem> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains information about the version that the alias is mapped to.
 - 
  
    
      #updated_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time at which the flow alias was last updated.
 
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the flow.
      7391 7392 7393 7394 7395 7396 7397 7398 7399 7400 7401 7402  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 7391 class UpdateFlowAliasResponse < Struct.new( :arn, :created_at, :description, :flow_id, :id, :name, :routing_configuration, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#created_at ⇒ Time
The time at which the flow was created.
      7391 7392 7393 7394 7395 7396 7397 7398 7399 7400 7401 7402  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 7391 class UpdateFlowAliasResponse < Struct.new( :arn, :created_at, :description, :flow_id, :id, :name, :routing_configuration, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#description ⇒ String
The description of the flow.
      7391 7392 7393 7394 7395 7396 7397 7398 7399 7400 7401 7402  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 7391 class UpdateFlowAliasResponse < Struct.new( :arn, :created_at, :description, :flow_id, :id, :name, :routing_configuration, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#flow_id ⇒ String
The unique identifier of the flow.
      7391 7392 7393 7394 7395 7396 7397 7398 7399 7400 7401 7402  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 7391 class UpdateFlowAliasResponse < Struct.new( :arn, :created_at, :description, :flow_id, :id, :name, :routing_configuration, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#id ⇒ String
The unique identifier of the alias.
      7391 7392 7393 7394 7395 7396 7397 7398 7399 7400 7401 7402  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 7391 class UpdateFlowAliasResponse < Struct.new( :arn, :created_at, :description, :flow_id, :id, :name, :routing_configuration, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the flow alias.
      7391 7392 7393 7394 7395 7396 7397 7398 7399 7400 7401 7402  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 7391 class UpdateFlowAliasResponse < Struct.new( :arn, :created_at, :description, :flow_id, :id, :name, :routing_configuration, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#routing_configuration ⇒ Array<Types::FlowAliasRoutingConfigurationListItem>
Contains information about the version that the alias is mapped to.
      7391 7392 7393 7394 7395 7396 7397 7398 7399 7400 7401 7402  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 7391 class UpdateFlowAliasResponse < Struct.new( :arn, :created_at, :description, :flow_id, :id, :name, :routing_configuration, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#updated_at ⇒ Time
The time at which the flow alias was last updated.
      7391 7392 7393 7394 7395 7396 7397 7398 7399 7400 7401 7402  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 7391 class UpdateFlowAliasResponse < Struct.new( :arn, :created_at, :description, :flow_id, :id, :name, :routing_configuration, :updated_at) SENSITIVE = [] include Aws::Structure end  |