Class: Aws::Glue::Types::ListMLTransformsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A continuation token, if the returned list does not contain the last metric available.

Returns:

  • (String)


15176
15177
15178
15179
15180
15181
# File 'lib/aws-sdk-glue/types.rb', line 15176

class ListMLTransformsResponse < Struct.new(
  :transform_ids,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#transform_idsArray<String>

The identifiers of all the machine learning transforms in the account, or the machine learning transforms with the specified tags.

Returns:

  • (Array<String>)


15176
15177
15178
15179
15180
15181
# File 'lib/aws-sdk-glue/types.rb', line 15176

class ListMLTransformsResponse < Struct.new(
  :transform_ids,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end