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

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

Instance Attribute Details

#flow_versionString

The version that the alias maps to.

Returns:

  • (String)


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