Class: Aws::BedrockAgent::Types::FlowAliasSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::FlowAliasSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-bedrockagent/types.rb
 
Overview
Contains information about an alias of a flow.
This data type is used in the following API operations:
- ListFlowAliases response][1
 
^
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the alias.
 - 
  
    
      #created_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time at which the alias was created.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A description of the alias.
 - 
  
    
      #flow_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the flow.
 - 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the alias of the flow.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the alias.
 - 
  
    
      #routing_configuration  ⇒ Array<Types::FlowAliasRoutingConfigurationListItem> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of configurations about the versions that the alias maps to.
 - 
  
    
      #updated_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time at which the alias was last updated.
 
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the alias.
      2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 2901 class FlowAliasSummary < 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 alias was created.
      2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 2901 class FlowAliasSummary < Struct.new( :arn, :created_at, :description, :flow_id, :id, :name, :routing_configuration, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#description ⇒ String
A description of the alias.
      2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 2901 class FlowAliasSummary < 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.
      2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 2901 class FlowAliasSummary < 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 of the flow.
      2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 2901 class FlowAliasSummary < 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 alias.
      2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 2901 class FlowAliasSummary < Struct.new( :arn, :created_at, :description, :flow_id, :id, :name, :routing_configuration, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#routing_configuration ⇒ Array<Types::FlowAliasRoutingConfigurationListItem>
A list of configurations about the versions that the alias maps to. Currently, you can only specify one.
      2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 2901 class FlowAliasSummary < 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 alias was last updated.
      2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 2901 class FlowAliasSummary < Struct.new( :arn, :created_at, :description, :flow_id, :id, :name, :routing_configuration, :updated_at) SENSITIVE = [] include Aws::Structure end  |