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]
5900 |
# File 'sig/client.rbs', line 5900
def fast_snapshot_restores: () -> ::Array[Types::DescribeFastSnapshotRestoreSuccessItem]
|
#next_token ⇒ ::String
5901 |
# File 'sig/client.rbs', line 5901
def next_token: () -> ::String
|