Class: Aws::Glue::Types::CreateMLTransformResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::CreateMLTransformResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#transform_id ⇒ String
A unique identifier that is generated for the transform.
Instance Attribute Details
#transform_id ⇒ String
A unique identifier that is generated for the transform.
5483 5484 5485 5486 5487 |
# File 'lib/aws-sdk-glue/types.rb', line 5483 class CreateMLTransformResponse < Struct.new( :transform_id) SENSITIVE = [] include Aws::Structure end |