/AWS1/CL_DYNGLBTBLWITNESSDESC¶
Represents the properties of a witness Region in a MRSC global table.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_regionname
TYPE /AWS1/DYNREGIONNAME
/AWS1/DYNREGIONNAME
¶
The name of the Amazon Web Services Region that serves as a witness for the MRSC global table.
iv_witnessstatus
TYPE /AWS1/DYNWITNESSSTATUS
/AWS1/DYNWITNESSSTATUS
¶
The current status of the witness Region in the MRSC global table.
Queryable Attributes¶
RegionName¶
The name of the Amazon Web Services Region that serves as a witness for the MRSC global table.
Accessible with the following methods¶
Method | Description |
---|---|
GET_REGIONNAME() |
Getter for REGIONNAME, with configurable default |
ASK_REGIONNAME() |
Getter for REGIONNAME w/ exceptions if field has no value |
HAS_REGIONNAME() |
Determine if REGIONNAME has a value |
WitnessStatus¶
The current status of the witness Region in the MRSC global table.
Accessible with the following methods¶
Method | Description |
---|---|
GET_WITNESSSTATUS() |
Getter for WITNESSSTATUS, with configurable default |
ASK_WITNESSSTATUS() |
Getter for WITNESSSTATUS w/ exceptions if field has no value |
HAS_WITNESSSTATUS() |
Determine if WITNESSSTATUS has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_GLOBALTABLEWITNESSDESCLIST
¶
TYPES TT_GLOBALTABLEWITNESSDESCLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_DYNGLBTBLWITNESSDESC WITH DEFAULT KEY
.