Class: Aws::BedrockAgent::Types::DeleteFlowVersionResponse

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

#idString

The unique identifier of the flow.

Returns:

  • (String)


2706
2707
2708
2709
2710
2711
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2706

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

#versionString

The version of the flow being deleted.

Returns:

  • (String)


2706
2707
2708
2709
2710
2711
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2706

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