SnapshotInfo

Information about a snapshot.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Availability Zone or Local Zone of the snapshots. For example, us-west-1a (Availability Zone) or us-west-2-lax-1a (Local Zone).

Link copied to clipboard

Description specified by the CreateSnapshotRequest that has been applied to all snapshots.

Link copied to clipboard

Indicates whether the snapshot is encrypted.

Link copied to clipboard

The ARN of the Outpost on which the snapshot is stored. For more information, see Amazon EBS local snapshots on Outposts in the Amazon EBS User Guide.

Link copied to clipboard

Account id used when creating this snapshot.

Link copied to clipboard

Progress this snapshot has made towards completing.

Link copied to clipboard

Snapshot id that can be used to describe this snapshot.

Link copied to clipboard

Reserved for future use.

Link copied to clipboard

Time this snapshot was started. This is the same for all snapshots initiated by the same request.

Link copied to clipboard

Current state of the snapshot.

Link copied to clipboard
val tags: List<Tag>?

Tags associated with this snapshot.

Link copied to clipboard

Source volume from which this snapshot was created.

Link copied to clipboard

Size of the volume from which this snapshot was created.

Functions

Link copied to clipboard
inline fun copy(block: SnapshotInfo.Builder.() -> Unit = {}): SnapshotInfo
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String