/AWS1/CL_DYNLISTBACKUPSOUTPUT¶
ListBackupsOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_backupsummaries TYPE /AWS1/CL_DYNBACKUPSUMMARY=>TT_BACKUPSUMMARIES TT_BACKUPSUMMARIES¶
List of
BackupSummaryobjects.
iv_lastevaluatedbackuparn TYPE /AWS1/DYNBACKUPARN /AWS1/DYNBACKUPARN¶
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.
Queryable Attributes¶
BackupSummaries¶
List of
BackupSummaryobjects.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BACKUPSUMMARIES() |
Getter for BACKUPSUMMARIES, with configurable default |
ASK_BACKUPSUMMARIES() |
Getter for BACKUPSUMMARIES w/ exceptions if field has no val |
HAS_BACKUPSUMMARIES() |
Determine if BACKUPSUMMARIES has a value |
LastEvaluatedBackupArn¶
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.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTEVALUATEDBACKUPARN() |
Getter for LASTEVALUATEDBACKUPARN, with configurable default |
ASK_LASTEVALUATEDBACKUPARN() |
Getter for LASTEVALUATEDBACKUPARN w/ exceptions if field has |
HAS_LASTEVALUATEDBACKUPARN() |
Determine if LASTEVALUATEDBACKUPARN has a value |