Class: Aws::Types::RenameColumnsOperation

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)


9813
9814
9815
# File 'sig/types.rbs', line 9813

def alias
  @alias
end

#rename_column_operations::Array[Types::RenameColumnOperation]

Returns the value of attribute rename_column_operations.

Returns:



9815
9816
9817
# File 'sig/types.rbs', line 9815

def rename_column_operations
  @rename_column_operations
end

#sourceTypes::TransformOperationSource

Returns the value of attribute source.



9814
9815
9816
# File 'sig/types.rbs', line 9814

def source
  @source
end