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.
      12131 12132 12133 12134 12135  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 12131 class DeleteFlowDefinitionRequest < Struct.new( :flow_definition_name) SENSITIVE = [] include Aws::Structure end  |