Module: Aws::EC2::Client::_DescribeFastSnapshotRestoresResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeFastSnapshotRestoresResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #fast_snapshot_restores ⇒ ::Array[Types::DescribeFastSnapshotRestoreSuccessItem]
- #next_token ⇒ ::String
Instance Method Details
#fast_snapshot_restores ⇒ ::Array[Types::DescribeFastSnapshotRestoreSuccessItem]
5913 |
# File 'sig/client.rbs', line 5913
def fast_snapshot_restores: () -> ::Array[Types::DescribeFastSnapshotRestoreSuccessItem]
|
#next_token ⇒ ::String
5914 |
# File 'sig/client.rbs', line 5914
def next_token: () -> ::String
|