AutoSnapshotDetails
public struct AutoSnapshotDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The timestamp when the automatic snapshot was created.
Declaration
Swift
public let createdAt: TimeStamp? -
The date of the automatic snapshot in YYYY-MM-DD format.
Declaration
Swift
public let date: String? -
An array of objects that describe the block storage disks attached to the instance when the automatic snapshot was created.
Declaration
Swift
public let fromAttachedDisks: [AttachedDisk]? -
The status of the automatic snapshot.
Declaration
Swift
public let status: AutoSnapshotStatus? -
Undocumented
Declaration
Swift
public init(createdAt: TimeStamp? = nil, date: String? = nil, fromAttachedDisks: [AttachedDisk]? = nil, status: AutoSnapshotStatus? = nil)
View on GitHub
AutoSnapshotDetails Structure Reference