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.
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.
8209 8210 8211 |
# File 'sig/types.rbs', line 8209 def database_name @database_name end |
#force ⇒ Boolean
Returns the value of attribute force.
8216 8217 8218 |
# File 'sig/types.rbs', line 8216 def force @force end |
#name ⇒ ::String
Returns the value of attribute name.
8210 8211 8212 |
# File 'sig/types.rbs', line 8210 def name @name end |
#skip_archive ⇒ Boolean
Returns the value of attribute skip_archive.
8212 8213 8214 |
# File 'sig/types.rbs', line 8212 def skip_archive @skip_archive end |
#table_input ⇒ Types::TableInput
Returns the value of attribute table_input.
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.
8213 8214 8215 |
# File 'sig/types.rbs', line 8213 def transaction_id @transaction_id end |
#update_open_table_format_input ⇒ Types::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.
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.
8215 8216 8217 |
# File 'sig/types.rbs', line 8215 def view_update_action @view_update_action end |