/AWS1/CL_EC2DSCVPCENDPTSVCSRS¶
DescribeVpcEndpointServicesResult
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_servicenames TYPE /AWS1/CL_EC2VALUESTRINGLIST_W=>TT_VALUESTRINGLIST TT_VALUESTRINGLIST¶
The supported services.
it_servicedetails TYPE /AWS1/CL_EC2SERVICEDETAIL=>TT_SERVICEDETAILSET TT_SERVICEDETAILSET¶
Information about the service.
iv_nexttoken TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
Queryable Attributes¶
ServiceNames¶
The supported services.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVICENAMES() |
Getter for SERVICENAMES, with configurable default |
ASK_SERVICENAMES() |
Getter for SERVICENAMES w/ exceptions if field has no value |
HAS_SERVICENAMES() |
Determine if SERVICENAMES has a value |
ServiceDetails¶
Information about the service.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVICEDETAILS() |
Getter for SERVICEDETAILS, with configurable default |
ASK_SERVICEDETAILS() |
Getter for SERVICEDETAILS w/ exceptions if field has no valu |
HAS_SERVICEDETAILS() |
Determine if SERVICEDETAILS has a value |
NextToken¶
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |