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)


9445
9446
9447
# File 'sig/types.rbs', line 9445

def alias
  @alias
end

#rename_column_operations::Array[Types::RenameColumnOperation]

Returns the value of attribute rename_column_operations.

Returns:



9447
9448
9449
# File 'sig/types.rbs', line 9447

def rename_column_operations
  @rename_column_operations
end

#sourceTypes::TransformOperationSource

Returns the value of attribute source.



9446
9447
9448
# File 'sig/types.rbs', line 9446

def source
  @source
end