SnapshotDetails
public struct SnapshotDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The current application version ID when the snapshot was created.
Declaration
Swift
public let applicationVersionId: Int64
-
The timestamp of the application snapshot.
Declaration
Swift
public let snapshotCreationTimestamp: TimeStamp?
-
The identifier for the application snapshot.
Declaration
Swift
public let snapshotName: String
-
The status of the application snapshot.
Declaration
Swift
public let snapshotStatus: SnapshotStatus
-
Undocumented
Declaration
Swift
public init(applicationVersionId: Int64, snapshotCreationTimestamp: TimeStamp? = nil, snapshotName: String, snapshotStatus: SnapshotStatus)