Class: Aws::Glue::Types::DeleteMLTransformRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::DeleteMLTransformRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #transform_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique identifier of the transform to delete. 
Instance Attribute Details
#transform_id ⇒ String
The unique identifier of the transform to delete.
| 8761 8762 8763 8764 8765 | # File 'lib/aws-sdk-glue/types.rb', line 8761 class DeleteMLTransformRequest < Struct.new( :transform_id) SENSITIVE = [] include Aws::Structure end |