AWSDynamoDBListBackupsOutput
Objective-C
@interface AWSDynamoDBListBackupsOutputSwift
class AWSDynamoDBListBackupsOutput- 
                  
                  List of BackupSummaryobjects.DeclarationObjective-C @property (nonatomic, strong) NSArray<AWSDynamoDBBackupSummary *> *_Nullable backupSummaries;Swift var backupSummaries: [AWSDynamoDBBackupSummary]? { get set }
- 
                  
                  The ARN of the backup last evaluated when the current page of results was returned, inclusive of the current page of results. This value may be specified as the ExclusiveStartBackupArnof a newListBackupsoperation in order to fetch the next page of results.If LastEvaluatedBackupArnis empty, then the last page of results has been processed and there are no more results to be retrieved.If LastEvaluatedBackupArnis not empty, this may or may not indicate that there is more data to be returned. All results are guaranteed to have been returned if and only if no value forLastEvaluatedBackupArnis returned.DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable lastEvaluatedBackupArn;Swift var lastEvaluatedBackupArn: String? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSDynamoDBListBackupsOutput Class Reference
        AWSDynamoDBListBackupsOutput Class Reference