Class: Aws::SageMaker::Types::DeleteFlowDefinitionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteFlowDefinitionRequest
- 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 you are deleting.
Instance Attribute Details
#flow_definition_name ⇒ String
The name of the flow definition you are deleting.
12035 12036 12037 12038 12039 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12035 class DeleteFlowDefinitionRequest < Struct.new( :flow_definition_name) SENSITIVE = [] include Aws::Structure end |