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.



3362
3363
3364
3365
3366
3367
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3362

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

#flow_identifierString

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



3362
3363
3364
3365
3366
3367
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3362

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