/AWS1/CL_CNTSIGNINDISTRIBUTION¶
The distribution of sign in traffic between the instance and its replica(s).
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_region TYPE /AWS1/CNTAWSREGION /AWS1/CNTAWSREGION¶
The Amazon Web Services Region of the sign in distribution.
iv_enabled TYPE /AWS1/CNTBOOLEAN /AWS1/CNTBOOLEAN¶
Whether sign in distribution is enabled.
Queryable Attributes¶
Region¶
The Amazon Web Services Region of the sign in distribution.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGION() |
Getter for REGION, with configurable default |
ASK_REGION() |
Getter for REGION w/ exceptions if field has no value |
HAS_REGION() |
Determine if REGION has a value |
Enabled¶
Whether sign in distribution is enabled.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENABLED() |
Getter for ENABLED |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_SIGNINDISTRIBUTIONLIST¶
TYPES TT_SIGNINDISTRIBUTIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTSIGNINDISTRIBUTION WITH DEFAULT KEY
.