Class: Aws::Glue::Types::ListMLTransformsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ListMLTransformsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filter ⇒ Types::TransformFilterCriteria
A ‘TransformFilterCriteria` used to filter the machine learning transforms.
-
#max_results ⇒ Integer
The maximum size of a list to return.
-
#next_token ⇒ String
A continuation token, if this is a continuation request.
-
#sort ⇒ Types::TransformSortCriteria
A ‘TransformSortCriteria` used to sort the machine learning transforms.
-
#tags ⇒ Hash<String,String>
Specifies to return only these tagged resources.
Instance Attribute Details
#filter ⇒ Types::TransformFilterCriteria
A ‘TransformFilterCriteria` used to filter the machine learning transforms.
18437 18438 18439 18440 18441 18442 18443 18444 18445 |
# File 'lib/aws-sdk-glue/types.rb', line 18437 class ListMLTransformsRequest < Struct.new( :next_token, :max_results, :filter, :sort, :tags) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum size of a list to return.
18437 18438 18439 18440 18441 18442 18443 18444 18445 |
# File 'lib/aws-sdk-glue/types.rb', line 18437 class ListMLTransformsRequest < Struct.new( :next_token, :max_results, :filter, :sort, :tags) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A continuation token, if this is a continuation request.
18437 18438 18439 18440 18441 18442 18443 18444 18445 |
# File 'lib/aws-sdk-glue/types.rb', line 18437 class ListMLTransformsRequest < Struct.new( :next_token, :max_results, :filter, :sort, :tags) SENSITIVE = [] include Aws::Structure end |
#sort ⇒ Types::TransformSortCriteria
A ‘TransformSortCriteria` used to sort the machine learning transforms.
18437 18438 18439 18440 18441 18442 18443 18444 18445 |
# File 'lib/aws-sdk-glue/types.rb', line 18437 class ListMLTransformsRequest < Struct.new( :next_token, :max_results, :filter, :sort, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Specifies to return only these tagged resources.
18437 18438 18439 18440 18441 18442 18443 18444 18445 |
# File 'lib/aws-sdk-glue/types.rb', line 18437 class ListMLTransformsRequest < Struct.new( :next_token, :max_results, :filter, :sort, :tags) SENSITIVE = [] include Aws::Structure end |