Class: Aws::Types::TableClassSummary
- Inherits:
-
Object
- Object
- Aws::Types::TableClassSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_update_date_time ⇒ ::Time
Returns the value of attribute last_update_date_time.
-
#table_class ⇒ "STANDARD", "STANDARD_INFREQUENT_ACCESS"
Returns the value of attribute table_class.
Instance Attribute Details
#last_update_date_time ⇒ ::Time
Returns the value of attribute last_update_date_time.
1599 1600 1601 |
# File 'sig/types.rbs', line 1599 def last_update_date_time @last_update_date_time end |
#table_class ⇒ "STANDARD", "STANDARD_INFREQUENT_ACCESS"
Returns the value of attribute table_class.
1598 1599 1600 |
# File 'sig/types.rbs', line 1598 def table_class @table_class end |