PutLifecyclePolicyInput
public struct PutLifecyclePolicyInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the container that you want to assign the object lifecycle policy to.
Declaration
Swift
public let containerName: String
-
The object lifecycle policy to apply to the container.
Declaration
Swift
public let lifecyclePolicy: String
-
Undocumented
Declaration
Swift
public init(containerName: String, lifecyclePolicy: String)
-
Declaration
Swift
public func validate(name: String) throws