Class: Aws::Types::ProjectOperation
- Inherits:
-
Object
- Object
- Aws::Types::ProjectOperation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias ⇒ ::String
Returns the value of attribute alias.
-
#projected_columns ⇒ ::Array[::String]
Returns the value of attribute projected_columns.
-
#source ⇒ Types::TransformOperationSource
Returns the value of attribute source.
Instance Attribute Details
#alias ⇒ ::String
Returns the value of attribute alias.
9313 9314 9315 |
# File 'sig/types.rbs', line 9313 def alias @alias end |
#projected_columns ⇒ ::Array[::String]
Returns the value of attribute projected_columns.
9315 9316 9317 |
# File 'sig/types.rbs', line 9315 def projected_columns @projected_columns end |
#source ⇒ Types::TransformOperationSource
Returns the value of attribute source.
9314 9315 9316 |
# File 'sig/types.rbs', line 9314 def source @source end |