GetSnapshotIdsResult

data class GetSnapshotIdsResult(val filters: List<GetSnapshotIdsFilter>? = null, val id: String, val ids: List<String>, val owners: List<String>? = null, val restorableByUserIds: List<String>? = null)

A collection of values returned by getSnapshotIds.

Constructors

Link copied to clipboard
constructor(filters: List<GetSnapshotIdsFilter>? = null, id: String, ids: List<String>, owners: List<String>? = null, restorableByUserIds: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Set of EBS snapshot IDs, sorted by creation time in descending order.

Link copied to clipboard
val owners: List<String>? = null
Link copied to clipboard