Class: Aws::BedrockAgent::Types::CreateFlowAliasResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::CreateFlowAliasResponse
- 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 alias.
-
#created_at ⇒ Time
The time at which the alias was created.
-
#description ⇒ String
The description of the alias.
-
#flow_id ⇒ String
The unique identifier of the flow that the alias belongs to.
-
#id ⇒ String
The unique identifier of the alias.
-
#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 of the flow was last updated.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the alias.
1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1654 class CreateFlowAliasResponse < 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.
1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1654 class CreateFlowAliasResponse < Struct.new( :arn, :created_at, :description, :flow_id, :id, :name, :routing_configuration, :updated_at) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the alias.
1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1654 class CreateFlowAliasResponse < 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 that the alias belongs to.
1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1654 class CreateFlowAliasResponse < 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.
1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1654 class CreateFlowAliasResponse < 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.
1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1654 class CreateFlowAliasResponse < Struct.new( :arn, :created_at, :description, :flow_id, :id, :name, :routing_configuration, :updated_at) SENSITIVE = [] include Aws::Structure end |
#routing_configuration ⇒ Array<Types::FlowAliasRoutingConfigurationListItem>
Contains information about the version that the alias is mapped to.
1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1654 class CreateFlowAliasResponse < 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 of the flow was last updated.
1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1654 class CreateFlowAliasResponse < Struct.new( :arn, :created_at, :description, :flow_id, :id, :name, :routing_configuration, :updated_at) SENSITIVE = [] include Aws::Structure end |