Class: Aws::Types::DescribeFastSnapshotRestoresResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFastSnapshotRestoresResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fast_snapshot_restores ⇒ ::Array[Types::DescribeFastSnapshotRestoreSuccessItem]
Returns the value of attribute fast_snapshot_restores.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#fast_snapshot_restores ⇒ ::Array[Types::DescribeFastSnapshotRestoreSuccessItem]
Returns the value of attribute fast_snapshot_restores.
5865 5866 5867 |
# File 'sig/types.rbs', line 5865 def fast_snapshot_restores @fast_snapshot_restores end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5866 5867 5868 |
# File 'sig/types.rbs', line 5866 def next_token @next_token end |