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.
11281 11282 11283 11284 11285 11286 |
# File 'lib/aws-sdk-glue/types.rb', line 11281 class GetMLTransformsResponse < Struct.new( :transforms, :next_token) SENSITIVE = [] include Aws::Structure end |
#transforms ⇒ Array<Types::MLTransform>
A list of machine learning transforms.
11281 11282 11283 11284 11285 11286 |
# File 'lib/aws-sdk-glue/types.rb', line 11281 class GetMLTransformsResponse < Struct.new( :transforms, :next_token) SENSITIVE = [] include Aws::Structure end |