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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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)


10675
10676
10677
10678
10679
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10675

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