Class: Aws::Types::UpdateTableRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTableRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#magnetic_store_write_properties ⇒ Types::MagneticStoreWriteProperties
Returns the value of attribute magnetic_store_write_properties.
-
#retention_properties ⇒ Types::RetentionProperties
Returns the value of attribute retention_properties.
-
#schema ⇒ Types::Schema
Returns the value of attribute schema.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
Instance Attribute Details
#database_name ⇒ ::String
Returns the value of attribute database_name.
466 467 468 |
# File 'sig/types.rbs', line 466 def database_name @database_name end |
#magnetic_store_write_properties ⇒ Types::MagneticStoreWriteProperties
Returns the value of attribute magnetic_store_write_properties.
469 470 471 |
# File 'sig/types.rbs', line 469 def magnetic_store_write_properties @magnetic_store_write_properties end |
#retention_properties ⇒ Types::RetentionProperties
Returns the value of attribute retention_properties.
468 469 470 |
# File 'sig/types.rbs', line 468 def retention_properties @retention_properties end |
#schema ⇒ Types::Schema
Returns the value of attribute schema.
470 471 472 |
# File 'sig/types.rbs', line 470 def schema @schema end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
467 468 469 |
# File 'sig/types.rbs', line 467 def table_name @table_name end |