/AWS1/CL_EL2LIMIT¶
Information about an Elastic Load Balancing resource limit for your Amazon Web Services account.
For more information, see the following:
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_name TYPE /AWS1/EL2NAME /AWS1/EL2NAME¶
The name of the limit.
iv_max TYPE /AWS1/EL2MAX /AWS1/EL2MAX¶
The maximum value of the limit.
Queryable Attributes¶
Name¶
The name of the limit.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
Max¶
The maximum value of the limit.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAX() |
Getter for MAX, with configurable default |
ASK_MAX() |
Getter for MAX w/ exceptions if field has no value |
HAS_MAX() |
Determine if MAX 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_LIMITS¶
TYPES TT_LIMITS TYPE STANDARD TABLE OF REF TO /AWS1/CL_EL2LIMIT WITH DEFAULT KEY
.