FolderConfiguration
public struct FolderConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The action to take on the folder contents at the end of the folder configuration period.
Declaration
Swift
public let action: RetentionAction
-
The folder name.
Declaration
Swift
public let name: FolderName
-
The period of time at which the folder configuration action is applied.
Declaration
Swift
public let period: Int?
-
Undocumented
Declaration
Swift
public init(action: RetentionAction, name: FolderName, period: Int? = nil)
-
Declaration
Swift
public func validate(name: String) throws