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.
5592 5593 5594 5595 5596 |
# File 'lib/aws-sdk-glue/types.rb', line 5592 class CreateMLTransformResponse < Struct.new( :transform_id) SENSITIVE = [] include Aws::Structure end |