/AWS1/CL_CNTDISTRIBUTION¶
Information about a traffic distribution.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_region TYPE /AWS1/CNTAWSREGION /AWS1/CNTAWSREGION¶
The Amazon Web Services Region where the traffic is distributed.
iv_percentage TYPE /AWS1/CNTPERCENTAGE /AWS1/CNTPERCENTAGE¶
The percentage of the traffic that is distributed, in increments of 10.
Queryable Attributes¶
Region¶
The Amazon Web Services Region where the traffic is distributed.
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 |
Percentage¶
The percentage of the traffic that is distributed, in increments of 10.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PERCENTAGE() |
Getter for PERCENTAGE |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_DISTRIBUTIONLIST¶
TYPES TT_DISTRIBUTIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTDISTRIBUTION WITH DEFAULT KEY
.