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.
9142 9143 9144 |
# File 'sig/types.rbs', line 9142 def successful @successful end |
#unsuccessful ⇒ ::Array[Types::EnableFastSnapshotRestoreErrorItem]
Returns the value of attribute unsuccessful.
9143 9144 9145 |
# File 'sig/types.rbs', line 9143 def unsuccessful @unsuccessful end |