Class: Aws::Types::EnableFastSnapshotRestoresResult
- Inherits:
-
Object
- Object
- Aws::Types::EnableFastSnapshotRestoresResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#successful ⇒ ::Array[Types::EnableFastSnapshotRestoreSuccessItem]
Returns the value of attribute successful.
-
#unsuccessful ⇒ ::Array[Types::EnableFastSnapshotRestoreErrorItem]
Returns the value of attribute unsuccessful.
Instance Attribute Details
#successful ⇒ ::Array[Types::EnableFastSnapshotRestoreSuccessItem]
Returns the value of attribute successful.
8917 8918 8919 |
# File 'sig/types.rbs', line 8917 def successful @successful end |
#unsuccessful ⇒ ::Array[Types::EnableFastSnapshotRestoreErrorItem]
Returns the value of attribute unsuccessful.
8918 8919 8920 |
# File 'sig/types.rbs', line 8918 def unsuccessful @unsuccessful end |