Class: Aws::Glue::Types::GetMLTransformsResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::GetMLTransformsResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A pagination token, if more results are available. 
- 
  
    
      #transforms  ⇒ Array<Types::MLTransform> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of machine learning transforms. 
Instance Attribute Details
#next_token ⇒ String
A pagination token, if more results are available.
| 12998 12999 13000 13001 13002 13003 | # File 'lib/aws-sdk-glue/types.rb', line 12998 class GetMLTransformsResponse < Struct.new( :transforms, :next_token) SENSITIVE = [] include Aws::Structure end | 
#transforms ⇒ Array<Types::MLTransform>
A list of machine learning transforms.
| 12998 12999 13000 13001 13002 13003 | # File 'lib/aws-sdk-glue/types.rb', line 12998 class GetMLTransformsResponse < Struct.new( :transforms, :next_token) SENSITIVE = [] include Aws::Structure end |