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
Note:
When making an API call, you may pass DeleteFlowDefinitionRequest data as a hash:
{
flow_definition_name: "FlowDefinitionName", # required
}
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.
5765 5766 5767 5768 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 5765 class DeleteFlowDefinitionRequest < Struct.new( :flow_definition_name) include Aws::Structure end |