Class: Aws::Types::CreateTableRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTableRequest
- 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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#database_name ⇒ ::String
Returns the value of attribute database_name.
88 89 90 |
# File 'sig/types.rbs', line 88 def database_name @database_name end |
#magnetic_store_write_properties ⇒ Types::MagneticStoreWriteProperties
Returns the value of attribute magnetic_store_write_properties.
92 93 94 |
# File 'sig/types.rbs', line 92 def magnetic_store_write_properties @magnetic_store_write_properties end |
#retention_properties ⇒ Types::RetentionProperties
Returns the value of attribute retention_properties.
90 91 92 |
# File 'sig/types.rbs', line 90 def retention_properties @retention_properties end |
#schema ⇒ Types::Schema
Returns the value of attribute schema.
93 94 95 |
# File 'sig/types.rbs', line 93 def schema @schema end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
89 90 91 |
# File 'sig/types.rbs', line 89 def table_name @table_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
91 92 93 |
# File 'sig/types.rbs', line 91 def @tags end |