/AWS1/CL_DFMLISTVPCECONFSRSLT¶
ListVPCEConfigurationsResult
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_vpceconfigurations TYPE /AWS1/CL_DFMVPCECONFIGURATION=>TT_VPCECONFIGURATIONS TT_VPCECONFIGURATIONS¶
An array of
VPCEConfigurationobjects that contain information about your VPC endpoint configuration.
iv_nexttoken TYPE /AWS1/DFMPAGINATIONTOKEN /AWS1/DFMPAGINATIONTOKEN¶
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
Queryable Attributes¶
vpceConfigurations¶
An array of
VPCEConfigurationobjects that contain information about your VPC endpoint configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VPCECONFIGURATIONS() |
Getter for VPCECONFIGURATIONS, with configurable default |
ASK_VPCECONFIGURATIONS() |
Getter for VPCECONFIGURATIONS w/ exceptions if field has no |
HAS_VPCECONFIGURATIONS() |
Determine if VPCECONFIGURATIONS has a value |
nextToken¶
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
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 |