/AWS1/CL_GDYCONTSCANDETAILS¶
Contains information about the time range within the continuous backup in Amazon Web Services Backup to scan for a point-in-time recovery resource.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_endtime TYPE /AWS1/GDYTIMESTAMP /AWS1/GDYTIMESTAMP¶
The timestamp representing the end of the time range to scan.
Optional arguments:¶
iv_starttime TYPE /AWS1/GDYTIMESTAMP /AWS1/GDYTIMESTAMP¶
The timestamp representing the start of the time range to scan. Reserved for internal use.
Queryable Attributes¶
StartTime¶
The timestamp representing the start of the time range to scan. Reserved for internal use.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTTIME() |
Getter for STARTTIME, with configurable default |
ASK_STARTTIME() |
Getter for STARTTIME w/ exceptions if field has no value |
HAS_STARTTIME() |
Determine if STARTTIME has a value |
EndTime¶
The timestamp representing the end of the time range to scan.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDTIME() |
Getter for ENDTIME, with configurable default |
ASK_ENDTIME() |
Getter for ENDTIME w/ exceptions if field has no value |
HAS_ENDTIME() |
Determine if ENDTIME has a value |