Class: Aws::BedrockAgent::Types::DeleteFlowAliasRequest

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 to be deleted.

Returns:

  • (String)


2616
2617
2618
2619
2620
2621
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2616

class DeleteFlowAliasRequest < Struct.new(
  :alias_identifier,
  :flow_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#flow_identifierString

The unique identifier of the flow that the alias belongs to.

Returns:

  • (String)


2616
2617
2618
2619
2620
2621
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2616

class DeleteFlowAliasRequest < Struct.new(
  :alias_identifier,
  :flow_identifier)
  SENSITIVE = []
  include Aws::Structure
end