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.
8956 8957 8958 |
# File 'sig/types.rbs', line 8956 def alias @alias end |
#projected_columns ⇒ ::Array[::String]
Returns the value of attribute projected_columns.
8958 8959 8960 |
# File 'sig/types.rbs', line 8958 def projected_columns @projected_columns end |
#source ⇒ Types::TransformOperationSource
Returns the value of attribute source.
8957 8958 8959 |
# File 'sig/types.rbs', line 8957 def source @source end |