AWSDynamoDBListExportsOutput
Objective-C
@interface AWSDynamoDBListExportsOutput
Swift
class AWSDynamoDBListExportsOutput
-
A list of
ExportSummaryobjects.Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSDynamoDBExportSummary *> *_Nullable exportSummaries;Swift
var exportSummaries: [AWSDynamoDBExportSummary]? { get set } -
If this value is returned, there are additional results to be displayed. To retrieve them, call
ListExportsagain, 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
AWSDynamoDBListExportsOutput Class Reference