AWSDynamoDBUpdateTimeToLiveOutput
Objective-C
@interface AWSDynamoDBUpdateTimeToLiveOutput
Swift
class AWSDynamoDBUpdateTimeToLiveOutput
-
Represents the output of an
UpdateTimeToLive
operation.Declaration
Objective-C
@property (nonatomic, strong) AWSDynamoDBTimeToLiveSpecification *_Nullable timeToLiveSpecification;
Swift
var timeToLiveSpecification: AWSDynamoDBTimeToLiveSpecification? { get set }