Class: Aws::BedrockAgent::Types::UpdateFlowAliasRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::UpdateFlowAliasRequest
- Defined in:
- gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alias_identifier ⇒ String
The unique identifier of the alias.
-
#concurrency_configuration ⇒ Types::FlowAliasConcurrencyConfiguration
The configuration that specifies how nodes in the flow are executed in parallel.
-
#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.
11054 11055 11056 11057 11058 11059 11060 11061 11062 11063 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 11054 class UpdateFlowAliasRequest < Struct.new( :name, :description, :routing_configuration, :concurrency_configuration, :flow_identifier, :alias_identifier) SENSITIVE = [] include Aws::Structure end |
#concurrency_configuration ⇒ Types::FlowAliasConcurrencyConfiguration
The configuration that specifies how nodes in the flow are executed in parallel.
11054 11055 11056 11057 11058 11059 11060 11061 11062 11063 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 11054 class UpdateFlowAliasRequest < Struct.new( :name, :description, :routing_configuration, :concurrency_configuration, :flow_identifier, :alias_identifier) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description for the alias.
11054 11055 11056 11057 11058 11059 11060 11061 11062 11063 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 11054 class UpdateFlowAliasRequest < Struct.new( :name, :description, :routing_configuration, :concurrency_configuration, :flow_identifier, :alias_identifier) SENSITIVE = [] include Aws::Structure end |
#flow_identifier ⇒ String
The unique identifier of the flow.
11054 11055 11056 11057 11058 11059 11060 11061 11062 11063 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 11054 class UpdateFlowAliasRequest < Struct.new( :name, :description, :routing_configuration, :concurrency_configuration, :flow_identifier, :alias_identifier) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the alias.
11054 11055 11056 11057 11058 11059 11060 11061 11062 11063 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 11054 class UpdateFlowAliasRequest < Struct.new( :name, :description, :routing_configuration, :concurrency_configuration, :flow_identifier, :alias_identifier) SENSITIVE = [] include Aws::Structure end |
#routing_configuration ⇒ Array<Types::FlowAliasRoutingConfigurationListItem>
Contains information about the version to which to map the alias.
11054 11055 11056 11057 11058 11059 11060 11061 11062 11063 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 11054 class UpdateFlowAliasRequest < Struct.new( :name, :description, :routing_configuration, :concurrency_configuration, :flow_identifier, :alias_identifier) SENSITIVE = [] include Aws::Structure end |