Get Snapshot Result
data class GetSnapshotResult(val arn: String, val dataEncryptionKeyId: String, val description: String, val encrypted: Boolean, val filters: List<GetSnapshotFilter>? = null, val id: String, val kmsKeyId: String, val mostRecent: Boolean? = null, val outpostArn: String, val ownerAlias: String, val ownerId: String, val owners: List<String>? = null, val restorableByUserIds: List<String>? = null, val snapshotId: String, val snapshotIds: List<String>? = null, val state: String, val storageTier: String, val tags: Map<String, String>, val volumeId: String, val volumeSize: Int)
A collection of values returned by getSnapshot.
Constructors
Link copied to clipboard
fun GetSnapshotResult(arn: String, dataEncryptionKeyId: String, description: String, encrypted: Boolean, filters: List<GetSnapshotFilter>? = null, id: String, kmsKeyId: String, mostRecent: Boolean? = null, outpostArn: String, ownerAlias: String, ownerId: String, owners: List<String>? = null, restorableByUserIds: List<String>? = null, snapshotId: String, snapshotIds: List<String>? = null, state: String, storageTier: String, tags: Map<String, String>, volumeId: String, volumeSize: Int)