TimeToLiveSpecification
public struct TimeToLiveSpecification : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the TTL attribute used to store the expiration time for items in the table.
Declaration
Swift
public let attributeName: String -
Indicates whether TTL is to be enabled (true) or disabled (false) on the table.
Declaration
Swift
public let enabled: Bool -
Undocumented
Declaration
Swift
public init(attributeName: String, enabled: Bool) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
TimeToLiveSpecification Structure Reference