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)


8240
8241
8242
# File 'sig/types.rbs', line 8240

def catalog_id
  @catalog_id
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


8241
8242
8243
# File 'sig/types.rbs', line 8241

def database_name
  @database_name
end

#forceBoolean

Returns the value of attribute force.

Returns:

  • (Boolean)


8248
8249
8250
# File 'sig/types.rbs', line 8248

def force
  @force
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8242
8243
8244
# File 'sig/types.rbs', line 8242

def name
  @name
end

#skip_archiveBoolean

Returns the value of attribute skip_archive.

Returns:

  • (Boolean)


8244
8245
8246
# File 'sig/types.rbs', line 8244

def skip_archive
  @skip_archive
end

#table_inputTypes::TableInput

Returns the value of attribute table_input.

Returns:



8243
8244
8245
# File 'sig/types.rbs', line 8243

def table_input
  @table_input
end

#transaction_id::String

Returns the value of attribute transaction_id.

Returns:

  • (::String)


8245
8246
8247
# File 'sig/types.rbs', line 8245

def transaction_id
  @transaction_id
end

#update_open_table_format_inputTypes::UpdateOpenTableFormatInput

Returns the value of attribute update_open_table_format_input.



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

def update_open_table_format_input
  @update_open_table_format_input
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


8246
8247
8248
# File 'sig/types.rbs', line 8246

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


8247
8248
8249
# File 'sig/types.rbs', line 8247

def view_update_action
  @view_update_action
end