Class: Aws::BedrockAgent::Types::DeleteFlowAliasResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#flow_idString

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

Returns:

  • (String)


2668
2669
2670
2671
2672
2673
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2668

class DeleteFlowAliasResponse < Struct.new(
  :flow_id,
  :id)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier of the flow.

Returns:

  • (String)


2668
2669
2670
2671
2672
2673
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2668

class DeleteFlowAliasResponse < Struct.new(
  :flow_id,
  :id)
  SENSITIVE = []
  include Aws::Structure
end