Class: Aws::Glue::Types::DeleteMLTransformRequest

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 to delete.

Returns:

  • (String)


7189
7190
7191
7192
7193
# File 'lib/aws-sdk-glue/types.rb', line 7189

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