Class: Aws::Types::UpdateTableRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_id::String

Returns the value of attribute catalog_id.

Returns:

  • (::String)


8250
8251
8252
# File 'sig/types.rbs', line 8250

def catalog_id
  @catalog_id
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


8251
8252
8253
# File 'sig/types.rbs', line 8251

def database_name
  @database_name
end

#forceBoolean

Returns the value of attribute force.

Returns:

  • (Boolean)


8258
8259
8260
# File 'sig/types.rbs', line 8258

def force
  @force
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8252
8253
8254
# File 'sig/types.rbs', line 8252

def name
  @name
end

#skip_archiveBoolean

Returns the value of attribute skip_archive.

Returns:

  • (Boolean)


8254
8255
8256
# File 'sig/types.rbs', line 8254

def skip_archive
  @skip_archive
end

#table_inputTypes::TableInput

Returns the value of attribute table_input.

Returns:



8253
8254
8255
# File 'sig/types.rbs', line 8253

def table_input
  @table_input
end

#transaction_id::String

Returns the value of attribute transaction_id.

Returns:

  • (::String)


8255
8256
8257
# File 'sig/types.rbs', line 8255

def transaction_id
  @transaction_id
end

#update_open_table_format_inputTypes::UpdateOpenTableFormatInput

Returns the value of attribute update_open_table_format_input.



8259
8260
8261
# File 'sig/types.rbs', line 8259

def update_open_table_format_input
  @update_open_table_format_input
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


8256
8257
8258
# File 'sig/types.rbs', line 8256

def version_id
  @version_id
end

#view_update_action"ADD", ...

Returns the value of attribute view_update_action.

Returns:

  • ("ADD", "REPLACE", "ADD_OR_REPLACE", "DROP")


8257
8258
8259
# File 'sig/types.rbs', line 8257

def view_update_action
  @view_update_action
end