/AWS1/CL_WAFLISTIPSETSRESPONSE¶
ListIPSetsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_nextmarker TYPE /AWS1/WAFNEXTMARKER /AWS1/WAFNEXTMARKER¶
To list more
IPSetobjects, submit anotherListIPSetsrequest, and in the next request use theNextMarkerresponse value as theNextMarkervalue.
it_ipsets TYPE /AWS1/CL_WAFIPSETSUMMARY=>TT_IPSETSUMMARIES TT_IPSETSUMMARIES¶
An array of IPSetSummary objects.
Queryable Attributes¶
NextMarker¶
To list more
IPSetobjects, submit anotherListIPSetsrequest, and in the next request use theNextMarkerresponse value as theNextMarkervalue.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTMARKER() |
Getter for NEXTMARKER, with configurable default |
ASK_NEXTMARKER() |
Getter for NEXTMARKER w/ exceptions if field has no value |
HAS_NEXTMARKER() |
Determine if NEXTMARKER has a value |
IPSets¶
An array of IPSetSummary objects.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IPSETS() |
Getter for IPSETS, with configurable default |
ASK_IPSETS() |
Getter for IPSETS w/ exceptions if field has no value |
HAS_IPSETS() |
Determine if IPSETS has a value |