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)


9807
9808
9809
# File 'sig/types.rbs', line 9807

def column_name
  @column_name
end

#new_column_name::String

Returns the value of attribute new_column_name.

Returns:

  • (::String)


9808
9809
9810
# File 'sig/types.rbs', line 9808

def new_column_name
  @new_column_name
end