/AWS1/CL_HS2DESCRBACKUPSRSP¶
DescribeBackupsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_backups TYPE /AWS1/CL_HS2BACKUP=>TT_BACKUPS TT_BACKUPS¶
A list of backups.
iv_nexttoken TYPE /AWS1/HS2NEXTTOKEN /AWS1/HS2NEXTTOKEN¶
An opaque string that indicates that the response contains only a subset of backups. Use this value in a subsequent
DescribeBackupsrequest to get more backups.
Queryable Attributes¶
Backups¶
A list of backups.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BACKUPS() |
Getter for BACKUPS, with configurable default |
ASK_BACKUPS() |
Getter for BACKUPS w/ exceptions if field has no value |
HAS_BACKUPS() |
Determine if BACKUPS has a value |
NextToken¶
An opaque string that indicates that the response contains only a subset of backups. Use this value in a subsequent
DescribeBackupsrequest to get more backups.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |