AWSDynamoDBListImportsOutput
Objective-C
@interface AWSDynamoDBListImportsOutput
Swift
class AWSDynamoDBListImportsOutput
-
A list of
ImportSummaryobjects.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
ListImportsagain, withNextTokenset to this value.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;Swift
var nextToken: String? { get set }
View on GitHub
Install in Dash
AWSDynamoDBListImportsOutput Class Reference