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.
8278 8279 8280 |
# File 'sig/types.rbs', line 8278 def catalog_id @catalog_id end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
8279 8280 8281 |
# File 'sig/types.rbs', line 8279 def database_name @database_name end |
#force ⇒ Boolean
Returns the value of attribute force.
8286 8287 8288 |
# File 'sig/types.rbs', line 8286 def force @force end |
#name ⇒ ::String
Returns the value of attribute name.
8280 8281 8282 |
# File 'sig/types.rbs', line 8280 def name @name end |
#skip_archive ⇒ Boolean
Returns the value of attribute skip_archive.
8282 8283 8284 |
# File 'sig/types.rbs', line 8282 def skip_archive @skip_archive end |
#table_input ⇒ Types::TableInput
Returns the value of attribute table_input.
8281 8282 8283 |
# File 'sig/types.rbs', line 8281 def table_input @table_input end |
#transaction_id ⇒ ::String
Returns the value of attribute transaction_id.
8283 8284 8285 |
# File 'sig/types.rbs', line 8283 def transaction_id @transaction_id end |
#update_open_table_format_input ⇒ Types::UpdateOpenTableFormatInput
Returns the value of attribute update_open_table_format_input.
8287 8288 8289 |
# File 'sig/types.rbs', line 8287 def update_open_table_format_input @update_open_table_format_input end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
8284 8285 8286 |
# File 'sig/types.rbs', line 8284 def version_id @version_id end |
#view_update_action ⇒ "ADD", ...
Returns the value of attribute view_update_action.
8285 8286 8287 |
# File 'sig/types.rbs', line 8285 def view_update_action @view_update_action end |