Class: Aws::Glue::Types::ListMLTransformsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ListMLTransformsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A continuation token, if the returned list does not contain the last metric available.
-
#transform_ids ⇒ Array<String>
The identifiers of all the machine learning transforms in the account, or the machine learning transforms with the specified tags.
Instance Attribute Details
#next_token ⇒ String
A continuation token, if the returned list does not contain the last metric available.
18459 18460 18461 18462 18463 18464 |
# File 'lib/aws-sdk-glue/types.rb', line 18459 class ListMLTransformsResponse < Struct.new( :transform_ids, :next_token) SENSITIVE = [] include Aws::Structure end |
#transform_ids ⇒ Array<String>
The identifiers of all the machine learning transforms in the account, or the machine learning transforms with the specified tags.
18459 18460 18461 18462 18463 18464 |
# File 'lib/aws-sdk-glue/types.rb', line 18459 class ListMLTransformsResponse < Struct.new( :transform_ids, :next_token) SENSITIVE = [] include Aws::Structure end |