Class: Aws::Types::AppendOperation
- Inherits:
-
Object
- Object
- Aws::Types::AppendOperation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias ⇒ ::String
Returns the value of attribute alias.
-
#appended_columns ⇒ ::Array[Types::AppendedColumn]
Returns the value of attribute appended_columns.
-
#first_source ⇒ Types::TransformOperationSource
Returns the value of attribute first_source.
-
#second_source ⇒ Types::TransformOperationSource
Returns the value of attribute second_source.
Instance Attribute Details
#alias ⇒ ::String
Returns the value of attribute alias.
347 348 349 |
# File 'sig/types.rbs', line 347 def alias @alias end |
#appended_columns ⇒ ::Array[Types::AppendedColumn]
Returns the value of attribute appended_columns.
350 351 352 |
# File 'sig/types.rbs', line 350 def appended_columns @appended_columns end |
#first_source ⇒ Types::TransformOperationSource
Returns the value of attribute first_source.
348 349 350 |
# File 'sig/types.rbs', line 348 def first_source @first_source end |
#second_source ⇒ Types::TransformOperationSource
Returns the value of attribute second_source.
349 350 351 |
# File 'sig/types.rbs', line 349 def second_source @second_source end |