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.
5682 5683 5684 |
# File 'sig/types.rbs', line 5682 def fast_snapshot_restores @fast_snapshot_restores end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5683 5684 5685 |
# File 'sig/types.rbs', line 5683 def next_token @next_token end |