Class: Aws::Types::RenameColumnOperation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#column_name::String

Returns the value of attribute column_name.

Returns:

  • (::String)


9439
9440
9441
# File 'sig/types.rbs', line 9439

def column_name
  @column_name
end

#new_column_name::String

Returns the value of attribute new_column_name.

Returns:

  • (::String)


9440
9441
9442
# File 'sig/types.rbs', line 9440

def new_column_name
  @new_column_name
end