SnapshotInfo
public struct SnapshotInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Description specified by the CreateSnapshotRequest that has been applied to all snapshots.
Declaration
Swift
public let description: String? -
Indicates whether the snapshot is encrypted.
Declaration
Swift
public let encrypted: Bool? -
Account id used when creating this snapshot.
Declaration
Swift
public let ownerId: String? -
Progress this snapshot has made towards completing.
Declaration
Swift
public let progress: String? -
Snapshot id that can be used to describe this snapshot.
Declaration
Swift
public let snapshotId: String? -
Time this snapshot was started. This is the same for all snapshots initiated by the same request.
Declaration
Swift
public let startTime: TimeStamp? -
Current state of the snapshot.
Declaration
Swift
public let state: SnapshotState? -
Tags associated with this snapshot.
Declaration
Swift
public let tags: [Tag]? -
Source volume from which this snapshot was created.
Declaration
Swift
public let volumeId: String? -
Size of the volume from which this snapshot was created.
Declaration
Swift
public let volumeSize: Int? -
Undocumented
Declaration
Swift
public init(description: String? = nil, encrypted: Bool? = nil, ownerId: String? = nil, progress: String? = nil, snapshotId: String? = nil, startTime: TimeStamp? = nil, state: SnapshotState? = nil, tags: [Tag]? = nil, volumeId: String? = nil, volumeSize: Int? = nil)
View on GitHub
SnapshotInfo Structure Reference