/AWS1/CL_DMGREPLINSTTASKLOG¶
Contains metadata for a replication instance task log.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_replicationtaskname TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING¶
The name of the replication task.
iv_replicationtaskarn TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING¶
The Amazon Resource Name (ARN) of the replication task.
iv_replinstancetasklogsize TYPE /AWS1/DMGLONG /AWS1/DMGLONG¶
The size, in bytes, of the replication task log.
Queryable Attributes¶
ReplicationTaskName¶
The name of the replication task.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REPLICATIONTASKNAME() |
Getter for REPLICATIONTASKNAME, with configurable default |
ASK_REPLICATIONTASKNAME() |
Getter for REPLICATIONTASKNAME w/ exceptions if field has no |
HAS_REPLICATIONTASKNAME() |
Determine if REPLICATIONTASKNAME has a value |
ReplicationTaskArn¶
The Amazon Resource Name (ARN) of the replication task.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REPLICATIONTASKARN() |
Getter for REPLICATIONTASKARN, with configurable default |
ASK_REPLICATIONTASKARN() |
Getter for REPLICATIONTASKARN w/ exceptions if field has no |
HAS_REPLICATIONTASKARN() |
Determine if REPLICATIONTASKARN has a value |
ReplicationInstanceTaskLogSize¶
The size, in bytes, of the replication task log.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REPLINSTANCETASKLOGSIZE() |
Getter for REPLINSTANCETASKLOGSIZE |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_REPLINSTANCETASKLOGSLIST¶
TYPES TT_REPLINSTANCETASKLOGSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_DMGREPLINSTTASKLOG WITH DEFAULT KEY
.