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

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

Overview

Note:

When making an API call, you may pass DescribeFlowDefinitionRequest data as a hash:

{
  flow_definition_name: "FlowDefinitionName", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#flow_definition_nameString

The name of the flow definition.



6842
6843
6844
6845
# File 'lib/aws-sdk-sagemaker/types.rb', line 6842

class DescribeFlowDefinitionRequest < Struct.new(
  :flow_definition_name)
  include Aws::Structure
end