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.
11363 11364 11365 11366 11367 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11363 class DeleteFlowDefinitionRequest < Struct.new( :flow_definition_name) SENSITIVE = [] include Aws::Structure end |