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.



20043
20044
20045
20046
20047
# File 'lib/aws-sdk-sagemaker/types.rb', line 20043

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