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.
3855 3856 3857 3858 3859 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3855 class FlowAliasRoutingConfigurationListItem < Struct.new( :flow_version) SENSITIVE = [] include Aws::Structure end |