Class: Aws::Types::TableRestoreStatusMessage
- Inherits:
-
Object
- Object
- Aws::Types::TableRestoreStatusMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#table_restore_status_details ⇒ ::Array[Types::TableRestoreStatus]
Returns the value of attribute table_restore_status_details.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
3023 3024 3025 |
# File 'sig/types.rbs', line 3023 def marker @marker end |
#table_restore_status_details ⇒ ::Array[Types::TableRestoreStatus]
Returns the value of attribute table_restore_status_details.
3022 3023 3024 |
# File 'sig/types.rbs', line 3022 def table_restore_status_details @table_restore_status_details end |