Class: Aws::BedrockAgent::Types::FlowAliasRoutingConfigurationListItem

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#flow_versionString

The version that the alias maps to.

Returns:

  • (String)


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