AWSDynamoDBListExportsOutput

Objective-C

@interface AWSDynamoDBListExportsOutput

Swift

class AWSDynamoDBListExportsOutput
  • A list of ExportSummary objects.

    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 ListExports again, with NextToken set to this value.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable nextToken;

    Swift

    var nextToken: String? { get set }