/AWS1/CL_SMSGETREPLRUNSRSP¶
GetReplicationRunsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_replicationjob TYPE REF TO /AWS1/CL_SMSREPLICATIONJOB /AWS1/CL_SMSREPLICATIONJOB¶
Information about the replication job.
it_replicationrunlist TYPE /AWS1/CL_SMSREPLICATIONRUN=>TT_REPLICATIONRUNLIST TT_REPLICATIONRUNLIST¶
Information about the replication runs.
iv_nexttoken TYPE /AWS1/SMSNEXTTOKEN /AWS1/SMSNEXTTOKEN¶
The token required to retrieve the next set of results. This value is null when there are no more results to return.
Queryable Attributes¶
replicationJob¶
Information about the replication job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REPLICATIONJOB() |
Getter for REPLICATIONJOB |
replicationRunList¶
Information about the replication runs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REPLICATIONRUNLIST() |
Getter for REPLICATIONRUNLIST, with configurable default |
ASK_REPLICATIONRUNLIST() |
Getter for REPLICATIONRUNLIST w/ exceptions if field has no |
HAS_REPLICATIONRUNLIST() |
Determine if REPLICATIONRUNLIST has a value |
nextToken¶
The token required to retrieve the next set of results. This value is null when there are no more results to return.
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 |