Class: Aws::BedrockAgent::Types::UpdateFlowAliasRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockagent/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#alias_identifierString

The unique identifier of the alias.

Returns:

  • (String)


7347
7348
7349
7350
7351
7352
7353
7354
7355
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7347

class UpdateFlowAliasRequest < Struct.new(
  :alias_identifier,
  :description,
  :flow_identifier,
  :name,
  :routing_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description for the flow alias.

Returns:

  • (String)


7347
7348
7349
7350
7351
7352
7353
7354
7355
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7347

class UpdateFlowAliasRequest < Struct.new(
  :alias_identifier,
  :description,
  :flow_identifier,
  :name,
  :routing_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#flow_identifierString

The unique identifier of the flow.

Returns:

  • (String)


7347
7348
7349
7350
7351
7352
7353
7354
7355
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7347

class UpdateFlowAliasRequest < Struct.new(
  :alias_identifier,
  :description,
  :flow_identifier,
  :name,
  :routing_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the flow alias.

Returns:

  • (String)


7347
7348
7349
7350
7351
7352
7353
7354
7355
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7347

class UpdateFlowAliasRequest < Struct.new(
  :alias_identifier,
  :description,
  :flow_identifier,
  :name,
  :routing_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#routing_configurationArray<Types::FlowAliasRoutingConfigurationListItem>

Contains information about the version to which to map the alias.



7347
7348
7349
7350
7351
7352
7353
7354
7355
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7347

class UpdateFlowAliasRequest < Struct.new(
  :alias_identifier,
  :description,
  :flow_identifier,
  :name,
  :routing_configuration)
  SENSITIVE = []
  include Aws::Structure
end