Class: Aws::BedrockAgent::Types::FlowAliasSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::FlowAliasSummary
- Defined in:
- gems/aws-sdk-bedrockagent/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:
^
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.
3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3085 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.
3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3085 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.
3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3085 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.
3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3085 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.
3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3085 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.
3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3085 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.
3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3085 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.
3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3085 class FlowAliasSummary < Struct.new( :arn, :created_at, :description, :flow_id, :id, :name, :routing_configuration, :updated_at) SENSITIVE = [] include Aws::Structure end |