Class: Aws::BedrockAgent::Types::FlowAliasRoutingConfigurationListItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::FlowAliasRoutingConfigurationListItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Contains information about a version that the alias maps to.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flow_version ⇒ String
The version that the alias maps to.
Instance Attribute Details
#flow_version ⇒ String
The version that the alias maps to.
4053 4054 4055 4056 4057 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 4053 class FlowAliasRoutingConfigurationListItem < Struct.new( :flow_version) SENSITIVE = [] include Aws::Structure end |