AWSDynamoDBTimeToLiveDescription
Objective-C
@interface AWSDynamoDBTimeToLiveDescription
Swift
class AWSDynamoDBTimeToLiveDescription
The description of the Time to Live (TTL) status on the specified table.
-
The name of the TTL attribute for items in the table.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable attributeName;
Swift
var attributeName: String? { get set }
-
The TTL status for the table.
Declaration
Objective-C
@property (nonatomic) AWSDynamoDBTimeToLiveStatus timeToLiveStatus;
Swift
var timeToLiveStatus: AWSDynamoDBTimeToLiveStatus { get set }