/AWS1/CL_WAFLISTLOGCONFSRSP¶
ListLoggingConfigurationsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_loggingconfigurations TYPE /AWS1/CL_WAFLOGGINGCONF=>TT_LOGGINGCONFIGURATIONS TT_LOGGINGCONFIGURATIONS¶
An array of LoggingConfiguration objects.
iv_nextmarker TYPE /AWS1/WAFNEXTMARKER /AWS1/WAFNEXTMARKER¶
If you have more
LoggingConfigurationsthan the number that you specified forLimitin the request, the response includes aNextMarkervalue. To list moreLoggingConfigurations, submit anotherListLoggingConfigurationsrequest, and specify theNextMarkervalue from the response in theNextMarkervalue in the next request.
Queryable Attributes¶
LoggingConfigurations¶
An array of LoggingConfiguration objects.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGGINGCONFIGURATIONS() |
Getter for LOGGINGCONFIGURATIONS, with configurable default |
ASK_LOGGINGCONFIGURATIONS() |
Getter for LOGGINGCONFIGURATIONS w/ exceptions if field has |
HAS_LOGGINGCONFIGURATIONS() |
Determine if LOGGINGCONFIGURATIONS has a value |
NextMarker¶
If you have more
LoggingConfigurationsthan the number that you specified forLimitin the request, the response includes aNextMarkervalue. To list moreLoggingConfigurations, submit anotherListLoggingConfigurationsrequest, and specify theNextMarkervalue from the response in theNextMarkervalue in the next request.
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 |