Class: Aws::Glue::Types::GetMLTransformRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetMLTransformRequest
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#transform_id ⇒ String
The unique identifier of the transform, generated at the time that the transform was created.
Instance Attribute Details
#transform_id ⇒ String
The unique identifier of the transform, generated at the time that the transform was created.
10267 10268 10269 10270 10271 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10267 class GetMLTransformRequest < Struct.new( :transform_id) SENSITIVE = [] include Aws::Structure end |