Class: Aws::SageMaker::Types::DeleteFlowDefinitionRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#flow_definition_nameString

The name of the flow definition you are deleting.

Returns:

  • (String)


10681
10682
10683
10684
10685
# File 'lib/aws-sdk-sagemaker/types.rb', line 10681

class DeleteFlowDefinitionRequest < Struct.new(
  :flow_definition_name)
  SENSITIVE = []
  include Aws::Structure
end