AWSDynamoDBDescribeImportOutput
Objective-C
@interface AWSDynamoDBDescribeImportOutput
Swift
class AWSDynamoDBDescribeImportOutput
-
Represents the properties of the table created for the import, and parameters of the import. The import parameters include import status, how many items were processed, and how many errors were encountered.
Declaration
Objective-C
@property (nonatomic, strong) AWSDynamoDBImportTableDescription *_Nullable importTableDescription;
Swift
var importTableDescription: AWSDynamoDBImportTableDescription? { get set }