SnapshotLimits
public struct SnapshotLimits : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The current number of manual snapshots of the directory.
Declaration
Swift
public let manualSnapshotsCurrentCount: Int?
-
The maximum number of manual snapshots allowed.
Declaration
Swift
public let manualSnapshotsLimit: Int?
-
Indicates if the manual snapshot limit has been reached.
Declaration
Swift
public let manualSnapshotsLimitReached: Bool?
-
Undocumented
Declaration
Swift
public init(manualSnapshotsCurrentCount: Int? = nil, manualSnapshotsLimit: Int? = nil, manualSnapshotsLimitReached: Bool? = nil)