Class: Aws::Types::AppendOperation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alias::String

Returns the value of attribute alias.

Returns:

  • (::String)


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.

Returns:



350
351
352
# File 'sig/types.rbs', line 350

def appended_columns
  @appended_columns
end

#first_sourceTypes::TransformOperationSource

Returns the value of attribute first_source.



348
349
350
# File 'sig/types.rbs', line 348

def first_source
  @first_source
end

#second_sourceTypes::TransformOperationSource

Returns the value of attribute second_source.



349
350
351
# File 'sig/types.rbs', line 349

def second_source
  @second_source
end