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)


8208
8209
8210
# File 'sig/types.rbs', line 8208

def catalog_id
  @catalog_id
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


8209
8210
8211
# File 'sig/types.rbs', line 8209

def database_name
  @database_name
end

#forceBoolean

Returns the value of attribute force.

Returns:

  • (Boolean)


8216
8217
8218
# File 'sig/types.rbs', line 8216

def force
  @force
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8210
8211
8212
# File 'sig/types.rbs', line 8210

def name
  @name
end

#skip_archiveBoolean

Returns the value of attribute skip_archive.

Returns:

  • (Boolean)


8212
8213
8214
# File 'sig/types.rbs', line 8212

def skip_archive
  @skip_archive
end

#table_inputTypes::TableInput

Returns the value of attribute table_input.

Returns:



8211
8212
8213
# File 'sig/types.rbs', line 8211

def table_input
  @table_input
end

#transaction_id::String

Returns the value of attribute transaction_id.

Returns:

  • (::String)


8213
8214
8215
# File 'sig/types.rbs', line 8213

def transaction_id
  @transaction_id
end

#update_open_table_format_inputTypes::UpdateOpenTableFormatInput

Returns the value of attribute update_open_table_format_input.



8217
8218
8219
# File 'sig/types.rbs', line 8217

def update_open_table_format_input
  @update_open_table_format_input
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


8214
8215
8216
# File 'sig/types.rbs', line 8214

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")


8215
8216
8217
# File 'sig/types.rbs', line 8215

def view_update_action
  @view_update_action
end