/AWS1/CL_DYNLISTBACKUPSOUTPUT¶
ListBackupsOutput
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
it_backupsummaries
TYPE /AWS1/CL_DYNBACKUPSUMMARY=>TT_BACKUPSUMMARIES
TT_BACKUPSUMMARIES
¶
List of
BackupSummary
objects.
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
ExclusiveStartBackupArn
of a newListBackups
operation in order to fetch the next page of results.If
LastEvaluatedBackupArn
is empty, then the last page of results has been processed and there are no more results to be retrieved.If
LastEvaluatedBackupArn
is 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 forLastEvaluatedBackupArn
is returned.
Queryable Attributes¶
BackupSummaries¶
List of
BackupSummary
objects.
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
ExclusiveStartBackupArn
of a newListBackups
operation in order to fetch the next page of results.If
LastEvaluatedBackupArn
is empty, then the last page of results has been processed and there are no more results to be retrieved.If
LastEvaluatedBackupArn
is 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 forLastEvaluatedBackupArn
is 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 |