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