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)


357
358
359
# File 'sig/types.rbs', line 357

def alias
  @alias
end

#appended_columns::Array[Types::AppendedColumn]

Returns the value of attribute appended_columns.

Returns:



360
361
362
# File 'sig/types.rbs', line 360

def appended_columns
  @appended_columns
end

#first_sourceTypes::TransformOperationSource

Returns the value of attribute first_source.



358
359
360
# File 'sig/types.rbs', line 358

def first_source
  @first_source
end

#second_sourceTypes::TransformOperationSource

Returns the value of attribute second_source.



359
360
361
# File 'sig/types.rbs', line 359

def second_source
  @second_source
end