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

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.

Returns:

  • (String)


13526
13527
13528
13529
13530
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 13526

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