Class: Aws::Glue::Types::DeleteMLTransformResponse

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 that was deleted.

Returns:

  • (String)


8320
8321
8322
8323
8324
# File 'lib/aws-sdk-glue/types.rb', line 8320

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