SnapshotDetail
public struct SnapshotDetail : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A description for the snapshot.
Declaration
Swift
public let description: String?
-
The block device mapping for the snapshot.
Declaration
Swift
public let deviceName: String?
-
The size of the disk in the snapshot, in GiB.
Declaration
Swift
public let diskImageSize: Double?
-
The format of the disk image from which the snapshot is created.
Declaration
Swift
public let format: String?
-
The percentage of progress for the task.
Declaration
Swift
public let progress: String?
-
The snapshot ID of the disk being imported.
Declaration
Swift
public let snapshotId: String?
-
A brief status of the snapshot creation.
Declaration
Swift
public let status: String?
-
A detailed status message for the snapshot creation.
Declaration
Swift
public let statusMessage: String?
-
The URL used to access the disk image.
Declaration
Swift
public let url: String?
-
The Amazon S3 bucket for the disk image.
Declaration
Swift
public let userBucket: UserBucketDetails?
-
init(description:deviceName:diskImageSize:format:progress:snapshotId:status:statusMessage:url:userBucket:)
Undocumented
Declaration
Swift
public init(description: String? = nil, deviceName: String? = nil, diskImageSize: Double? = nil, format: String? = nil, progress: String? = nil, snapshotId: String? = nil, status: String? = nil, statusMessage: String? = nil, url: String? = nil, userBucket: UserBucketDetails? = nil)