Skip to content

/AWS1/CL_S3TGETTABLEREPLRSP

GetTableReplicationResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_versiontoken TYPE /AWS1/S3TSTRING /AWS1/S3TSTRING

A version token that represents the current state of the table's replication configuration. Use this token when updating the configuration to ensure consistency.

io_configuration TYPE REF TO /AWS1/CL_S3TTABLEREPLCONF /AWS1/CL_S3TTABLEREPLCONF

The replication configuration for the table, including the IAM role and replication rules.


Queryable Attributes

versionToken

A version token that represents the current state of the table's replication configuration. Use this token when updating the configuration to ensure consistency.

Accessible with the following methods

Method Description
GET_VERSIONTOKEN() Getter for VERSIONTOKEN, with configurable default
ASK_VERSIONTOKEN() Getter for VERSIONTOKEN w/ exceptions if field has no value
HAS_VERSIONTOKEN() Determine if VERSIONTOKEN has a value

configuration

The replication configuration for the table, including the IAM role and replication rules.

Accessible with the following methods

Method Description
GET_CONFIGURATION() Getter for CONFIGURATION