Class: Aws::Types::DescribeTableRestoreStatusMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTableRestoreStatusMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
-
#table_restore_request_id ⇒ ::String
Returns the value of attribute table_restore_request_id.
Instance Attribute Details
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
1350 1351 1352 |
# File 'sig/types.rbs', line 1350 def cluster_identifier @cluster_identifier end |
#marker ⇒ ::String
Returns the value of attribute marker.
1353 1354 1355 |
# File 'sig/types.rbs', line 1353 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
1352 1353 1354 |
# File 'sig/types.rbs', line 1352 def max_records @max_records end |
#table_restore_request_id ⇒ ::String
Returns the value of attribute table_restore_request_id.
1351 1352 1353 |
# File 'sig/types.rbs', line 1351 def table_restore_request_id @table_restore_request_id end |