AWSDynamoDBDescribeExportOutput
Objective-C
@interface AWSDynamoDBDescribeExportOutput
Swift
class AWSDynamoDBDescribeExportOutput
-
Represents the properties of the export.
Declaration
Objective-C
@property (nonatomic, strong) AWSDynamoDBExportDescription *_Nullable exportDescription;
Swift
var exportDescription: AWSDynamoDBExportDescription? { get set }