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

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

#transform_idString

The unique identifier for the transform that was updated.

Returns:

  • (String)


22598
22599
22600
22601
22602
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 22598

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