Class: Aws::Types::UpdateTableRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTableRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#force ⇒ Boolean
Returns the value of attribute force.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#skip_archive ⇒ Boolean
Returns the value of attribute skip_archive.
-
#table_input ⇒ Types::TableInput
Returns the value of attribute table_input.
-
#transaction_id ⇒ ::String
Returns the value of attribute transaction_id.
-
#update_open_table_format_input ⇒ Types::UpdateOpenTableFormatInput
Returns the value of attribute update_open_table_format_input.
-
#version_id ⇒ ::String
Returns the value of attribute version_id.
-
#view_update_action ⇒ "ADD", ...
Returns the value of attribute view_update_action.
Instance Attribute Details
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
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.
8251 8252 8253 |
# File 'sig/types.rbs', line 8251 def database_name @database_name end |
#force ⇒ Boolean
Returns the value of attribute force.
8258 8259 8260 |
# File 'sig/types.rbs', line 8258 def force @force end |
#name ⇒ ::String
Returns the value of attribute name.
8252 8253 8254 |
# File 'sig/types.rbs', line 8252 def name @name end |
#skip_archive ⇒ Boolean
Returns the value of attribute skip_archive.
8254 8255 8256 |
# File 'sig/types.rbs', line 8254 def skip_archive @skip_archive end |
#table_input ⇒ Types::TableInput
Returns the value of attribute table_input.
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.
8255 8256 8257 |
# File 'sig/types.rbs', line 8255 def transaction_id @transaction_id end |
#update_open_table_format_input ⇒ Types::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.
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.
8257 8258 8259 |
# File 'sig/types.rbs', line 8257 def view_update_action @view_update_action end |