Class: Aws::SageMaker::Types::DescribeFlowDefinitionRequest

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.

Returns:

  • (String)


12535
12536
12537
12538
12539
# File 'lib/aws-sdk-sagemaker/types.rb', line 12535

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