/AWS1/CL_WAFLISTIPSETSRESPONSE¶
ListIPSetsResponse
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IV_NEXTMARKER
TYPE /AWS1/WAFNEXTMARKER
/AWS1/WAFNEXTMARKER
¶
To list more
IPSet
objects, submit anotherListIPSets
request, and in the next request use theNextMarker
response value as theNextMarker
value.
IT_IPSETS
TYPE /AWS1/CL_WAFIPSETSUMMARY=>TT_IPSETSUMMARIES
TT_IPSETSUMMARIES
¶
An array of IPSetSummary objects.
Queryable Attributes¶
NextMarker¶
To list more
IPSet
objects, submit anotherListIPSets
request, and in the next request use theNextMarker
response value as theNextMarker
value.
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 |