Class: Aws::Glue::Types::ListMLTransformsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ListMLTransformsResponse
- Defined in:
- gems/aws-sdk-glue/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.
13468 13469 13470 13471 13472 13473 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13468 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.
13468 13469 13470 13471 13472 13473 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13468 class ListMLTransformsResponse < Struct.new( :transform_ids, :next_token) SENSITIVE = [] include Aws::Structure end |