/AWS1/CL_ECSINGRESSPATHSUMMARY¶
The entry point into an Express service.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_accesstype TYPE /AWS1/ECSACCESSTYPE /AWS1/ECSACCESSTYPE¶
The type of access to the endpoint for the Express service.
iv_endpoint TYPE /AWS1/ECSSTRING /AWS1/ECSSTRING¶
The endpoint for access to the service.
Queryable Attributes¶
accessType¶
The type of access to the endpoint for the Express service.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACCESSTYPE() |
Getter for ACCESSTYPE, with configurable default |
ASK_ACCESSTYPE() |
Getter for ACCESSTYPE w/ exceptions if field has no value |
HAS_ACCESSTYPE() |
Determine if ACCESSTYPE has a value |
endpoint¶
The endpoint for access to the service.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDPOINT() |
Getter for ENDPOINT, with configurable default |
ASK_ENDPOINT() |
Getter for ENDPOINT w/ exceptions if field has no value |
HAS_ENDPOINT() |
Determine if ENDPOINT 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_INGRESSPATHSUMMARIES¶
TYPES TT_INGRESSPATHSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_ECSINGRESSPATHSUMMARY WITH DEFAULT KEY
.