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)

15450
15451
15452
15453
15454
# File 'lib/aws-sdk-sagemaker/types.rb', line 15450

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