Class: Aws::BedrockAgent::Types::GetFlowAliasResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::GetFlowAliasResponse
- 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.
-
#concurrency_configuration ⇒ Types::FlowAliasConcurrencyConfiguration
The configuration that specifies how nodes in the flow are executed in parallel.
-
#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 that the alias belongs to.
-
#id ⇒ String
The unique identifier of the alias of the flow.
-
#name ⇒ String
The name of the 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 alias was last updated.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the flow.
5077 5078 5079 5080 5081 5082 5083 5084 5085 5086 5087 5088 5089 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 5077 class GetFlowAliasResponse < 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 in parallel.
5077 5078 5079 5080 5081 5082 5083 5084 5085 5086 5087 5088 5089 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 5077 class GetFlowAliasResponse < 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 flow was created.
5077 5078 5079 5080 5081 5082 5083 5084 5085 5086 5087 5088 5089 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 5077 class GetFlowAliasResponse < Struct.new( :name, :description, :routing_configuration, :concurrency_configuration, :flow_id, :id, :arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the flow.
5077 5078 5079 5080 5081 5082 5083 5084 5085 5086 5087 5088 5089 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 5077 class GetFlowAliasResponse < 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 that the alias belongs to.
5077 5078 5079 5080 5081 5082 5083 5084 5085 5086 5087 5088 5089 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 5077 class GetFlowAliasResponse < 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.
5077 5078 5079 5080 5081 5082 5083 5084 5085 5086 5087 5088 5089 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 5077 class GetFlowAliasResponse < 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.
5077 5078 5079 5080 5081 5082 5083 5084 5085 5086 5087 5088 5089 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 5077 class GetFlowAliasResponse < 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>
Contains information about the version that the alias is mapped to.
5077 5078 5079 5080 5081 5082 5083 5084 5085 5086 5087 5088 5089 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 5077 class GetFlowAliasResponse < 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.
5077 5078 5079 5080 5081 5082 5083 5084 5085 5086 5087 5088 5089 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 5077 class GetFlowAliasResponse < Struct.new( :name, :description, :routing_configuration, :concurrency_configuration, :flow_id, :id, :arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |