Class: Aws::Glue::Types::GetMLTransformRequest

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

#transform_idString

The unique identifier of the transform, generated at the time that the transform was created.

Returns:

  • (String)


10394
10395
10396
10397
10398
# File 'lib/aws-sdk-glue/types.rb', line 10394

class GetMLTransformRequest < Struct.new(
  :transform_id)
  SENSITIVE = []
  include Aws::Structure
end