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.
-
#concurrency_configuration ⇒ Types::FlowAliasConcurrencyConfiguration
The configuration that specifies how nodes in the flow are executed concurrently.
-
#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.
3913 3914 3915 3916 3917 3918 3919 3920 3921 3922 3923 3924 3925 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3913 class FlowAliasSummary < Struct.new( :name, :description, :routing_configuration, :concurrency_configuration, :flow_id, :id, :arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#concurrency_configuration ⇒ Types::FlowAliasConcurrencyConfiguration
The configuration that specifies how nodes in the flow are executed concurrently.
3913 3914 3915 3916 3917 3918 3919 3920 3921 3922 3923 3924 3925 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3913 class FlowAliasSummary < Struct.new( :name, :description, :routing_configuration, :concurrency_configuration, :flow_id, :id, :arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The time at which the alias was created.
3913 3914 3915 3916 3917 3918 3919 3920 3921 3922 3923 3924 3925 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3913 class FlowAliasSummary < Struct.new( :name, :description, :routing_configuration, :concurrency_configuration, :flow_id, :id, :arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the alias.
3913 3914 3915 3916 3917 3918 3919 3920 3921 3922 3923 3924 3925 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3913 class FlowAliasSummary < Struct.new( :name, :description, :routing_configuration, :concurrency_configuration, :flow_id, :id, :arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#flow_id ⇒ String
The unique identifier of the flow.
3913 3914 3915 3916 3917 3918 3919 3920 3921 3922 3923 3924 3925 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3913 class FlowAliasSummary < Struct.new( :name, :description, :routing_configuration, :concurrency_configuration, :flow_id, :id, :arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the alias of the flow.
3913 3914 3915 3916 3917 3918 3919 3920 3921 3922 3923 3924 3925 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3913 class FlowAliasSummary < Struct.new( :name, :description, :routing_configuration, :concurrency_configuration, :flow_id, :id, :arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the alias.
3913 3914 3915 3916 3917 3918 3919 3920 3921 3922 3923 3924 3925 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3913 class FlowAliasSummary < Struct.new( :name, :description, :routing_configuration, :concurrency_configuration, :flow_id, :id, :arn, :created_at, :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.
3913 3914 3915 3916 3917 3918 3919 3920 3921 3922 3923 3924 3925 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3913 class FlowAliasSummary < Struct.new( :name, :description, :routing_configuration, :concurrency_configuration, :flow_id, :id, :arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The time at which the alias was last updated.
3913 3914 3915 3916 3917 3918 3919 3920 3921 3922 3923 3924 3925 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3913 class FlowAliasSummary < Struct.new( :name, :description, :routing_configuration, :concurrency_configuration, :flow_id, :id, :arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |