Class: Aws::Glue::Types::UpdateMLTransformResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::UpdateMLTransformResponse
 
- 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 for the transform that was updated. 
Instance Attribute Details
#transform_id ⇒ String
The unique identifier for the transform that was updated.
| 27244 27245 27246 27247 27248 | # File 'lib/aws-sdk-glue/types.rb', line 27244 class UpdateMLTransformResponse < Struct.new( :transform_id) SENSITIVE = [] include Aws::Structure end |