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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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)


15168
15169
15170
15171
15172
15173
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15168

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>)


15168
15169
15170
15171
15172
15173
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15168

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