AWSDynamoDBExportTableToPointInTimeOutput
Objective-C
@interface AWSDynamoDBExportTableToPointInTimeOutput
Swift
class AWSDynamoDBExportTableToPointInTimeOutput
-
Contains a description of the table export.
Declaration
Objective-C
@property (nonatomic, strong) AWSDynamoDBExportDescription *_Nullable exportDescription;
Swift
var exportDescription: AWSDynamoDBExportDescription? { get set }