Class: Aws::Types::Table
- Inherits:
-
Object
- Object
- Aws::Types::Table
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#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.
-
#table_status ⇒ "ACTIVE", ...
Returns the value of attribute table_status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
413 414 415 |
# File 'sig/types.rbs', line 413 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
418 419 420 |
# File 'sig/types.rbs', line 418 def creation_time @creation_time end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
415 416 417 |
# File 'sig/types.rbs', line 415 def database_name @database_name end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
419 420 421 |
# File 'sig/types.rbs', line 419 def last_updated_time @last_updated_time end |
#magnetic_store_write_properties ⇒ Types::MagneticStoreWriteProperties
Returns the value of attribute magnetic_store_write_properties.
420 421 422 |
# File 'sig/types.rbs', line 420 def magnetic_store_write_properties @magnetic_store_write_properties end |
#retention_properties ⇒ Types::RetentionProperties
Returns the value of attribute retention_properties.
417 418 419 |
# File 'sig/types.rbs', line 417 def retention_properties @retention_properties end |
#schema ⇒ Types::Schema
Returns the value of attribute schema.
421 422 423 |
# File 'sig/types.rbs', line 421 def schema @schema end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
414 415 416 |
# File 'sig/types.rbs', line 414 def table_name @table_name end |
#table_status ⇒ "ACTIVE", ...
Returns the value of attribute table_status.
416 417 418 |
# File 'sig/types.rbs', line 416 def table_status @table_status end |