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.
11436 11437 11438 11439 11440 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11436 class DeleteFlowDefinitionRequest < Struct.new( :flow_definition_name) SENSITIVE = [] include Aws::Structure end |