Class: Aws::SageMaker::Types::DescribeFlowDefinitionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeFlowDefinitionRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flow_definition_name ⇒ String
The name of the flow definition.
Instance Attribute Details
#flow_definition_name ⇒ String
The name of the flow definition.
14302 14303 14304 14305 14306 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 14302 class DescribeFlowDefinitionRequest < Struct.new( :flow_definition_name) SENSITIVE = [] include Aws::Structure end |