Snapshot
public struct Snapshot : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The directory identifier.
Declaration
Swift
public let directoryId: String?
-
The descriptive name of the snapshot.
Declaration
Swift
public let name: String?
-
The snapshot identifier.
Declaration
Swift
public let snapshotId: String?
-
The date and time that the snapshot was taken.
Declaration
Swift
public let startTime: TimeStamp?
-
The snapshot status.
Declaration
Swift
public let status: SnapshotStatus?
-
The snapshot type.
Declaration
Swift
public let type: SnapshotType?
-
Undocumented
Declaration
Swift
public init(directoryId: String? = nil, name: String? = nil, snapshotId: String? = nil, startTime: TimeStamp? = nil, status: SnapshotStatus? = nil, type: SnapshotType? = nil)