AWSDynamoDBDescribeTimeToLiveOutput
Objective-C
@interface AWSDynamoDBDescribeTimeToLiveOutput
Swift
class AWSDynamoDBDescribeTimeToLiveOutput
-
Declaration
Objective-C
@property (nonatomic, strong) AWSDynamoDBTimeToLiveDescription *_Nullable timeToLiveDescription;
Swift
var timeToLiveDescription: AWSDynamoDBTimeToLiveDescription? { get set }