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.
14376 14377 14378 14379 14380 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 14376 class DescribeFlowDefinitionRequest < Struct.new( :flow_definition_name) SENSITIVE = [] include Aws::Structure end |