Class: Aws::BedrockAgent::Types::FlowAliasRoutingConfigurationListItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::FlowAliasRoutingConfigurationListItem
- Defined in:
- gems/aws-sdk-bedrockagent/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.
3032 3033 3034 3035 3036 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3032 class FlowAliasRoutingConfigurationListItem < Struct.new( :flow_version) SENSITIVE = [] include Aws::Structure end |