VersioningConfiguration
public struct VersioningConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
How many versions of data set contents will be kept. The “unlimited” parameter must be false.
Declaration
Swift
public let maxVersions: Int? -
If true, unlimited versions of data set contents will be kept.
Declaration
Swift
public let unlimited: Bool? -
Undocumented
Declaration
Swift
public init(maxVersions: Int? = nil, unlimited: Bool? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
VersioningConfiguration Structure Reference