Class: Aws::Types::DisableFastSnapshotRestoreErrorItem
- Inherits:
-
Object
- Object
- Aws::Types::DisableFastSnapshotRestoreErrorItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fast_snapshot_restore_state_errors ⇒ ::Array[Types::DisableFastSnapshotRestoreStateErrorItem]
Returns the value of attribute fast_snapshot_restore_state_errors.
-
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
Instance Attribute Details
#fast_snapshot_restore_state_errors ⇒ ::Array[Types::DisableFastSnapshotRestoreStateErrorItem]
Returns the value of attribute fast_snapshot_restore_state_errors.
8413 8414 8415 |
# File 'sig/types.rbs', line 8413 def fast_snapshot_restore_state_errors @fast_snapshot_restore_state_errors end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
8412 8413 8414 |
# File 'sig/types.rbs', line 8412 def snapshot_id @snapshot_id end |