/AWS1/CL_DMGDSCREPLINSTTSKLO01¶
DescribeReplicationInstanceTaskLogsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_replicationinstancearn TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING¶
The Amazon Resource Name (ARN) of the replication instance.
it_replinstancetasklogs TYPE /AWS1/CL_DMGREPLINSTTASKLOG=>TT_REPLINSTANCETASKLOGSLIST TT_REPLINSTANCETASKLOGSLIST¶
An array of replication task log metadata. Each member of the array contains the replication task name, ARN, and task log size (in bytes).
iv_marker TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING¶
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by
MaxRecords.
Queryable Attributes¶
ReplicationInstanceArn¶
The Amazon Resource Name (ARN) of the replication instance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REPLICATIONINSTANCEARN() |
Getter for REPLICATIONINSTANCEARN, with configurable default |
ASK_REPLICATIONINSTANCEARN() |
Getter for REPLICATIONINSTANCEARN w/ exceptions if field has |
HAS_REPLICATIONINSTANCEARN() |
Determine if REPLICATIONINSTANCEARN has a value |
ReplicationInstanceTaskLogs¶
An array of replication task log metadata. Each member of the array contains the replication task name, ARN, and task log size (in bytes).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REPLINSTANCETASKLOGS() |
Getter for REPLICATIONINSTANCETASKLOGS, with configurable de |
ASK_REPLINSTANCETASKLOGS() |
Getter for REPLICATIONINSTANCETASKLOGS w/ exceptions if fiel |
HAS_REPLINSTANCETASKLOGS() |
Determine if REPLICATIONINSTANCETASKLOGS has a value |
Marker¶
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by
MaxRecords.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MARKER() |
Getter for MARKER, with configurable default |
ASK_MARKER() |
Getter for MARKER w/ exceptions if field has no value |
HAS_MARKER() |
Determine if MARKER has a value |