/AWS1/CL_S3TGETTBLREPLSTATRSP¶
GetTableReplicationStatusResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_sourcetablearn TYPE /AWS1/S3TTABLEARN /AWS1/S3TTABLEARN¶
The Amazon Resource Name (ARN) of the source table being replicated.
it_destinations TYPE /AWS1/CL_S3TREPLDSTSTATUSMODEL=>TT_REPLICATIONDSTSTATUSES TT_REPLICATIONDSTSTATUSES¶
An array of status information for each replication destination, including the current state, last successful update, and any error messages.
Queryable Attributes¶
sourceTableArn¶
The Amazon Resource Name (ARN) of the source table being replicated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCETABLEARN() |
Getter for SOURCETABLEARN, with configurable default |
ASK_SOURCETABLEARN() |
Getter for SOURCETABLEARN w/ exceptions if field has no valu |
HAS_SOURCETABLEARN() |
Determine if SOURCETABLEARN has a value |
destinations¶
An array of status information for each replication destination, including the current state, last successful update, and any error messages.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESTINATIONS() |
Getter for DESTINATIONS, with configurable default |
ASK_DESTINATIONS() |
Getter for DESTINATIONS w/ exceptions if field has no value |
HAS_DESTINATIONS() |
Determine if DESTINATIONS has a value |