Class: Aws::Glue::Types::UpdateMLTransformResponse

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 for the transform that was updated.

Returns:

  • (String)


27146
27147
27148
27149
27150
# File 'lib/aws-sdk-glue/types.rb', line 27146

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