AWSDynamoDBListImportsOutput
Objective-C
@interface AWSDynamoDBListImportsOutput
Swift
class AWSDynamoDBListImportsOutput
-
A list of
ImportSummary
objects.Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSDynamoDBImportSummary *> *_Nullable importSummaryList;
Swift
var importSummaryList: [AWSDynamoDBImportSummary]? { get set }
-
If this value is returned, there are additional results to be displayed. To retrieve them, call
ListImports
again, withNextToken
set to this value.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }