UpdateTimeToLiveInput
public struct UpdateTimeToLiveInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the table to be configured.
Declaration
Swift
public let tableName: String
-
Represents the settings used to enable or disable Time to Live for the specified table.
Declaration
Swift
public let timeToLiveSpecification: TimeToLiveSpecification
-
Undocumented
Declaration
Swift
public init(tableName: String, timeToLiveSpecification: TimeToLiveSpecification)
-
Declaration
Swift
public func validate(name: String) throws