/AWS1/CL_AMPLSTRLGRSNAMESPAC01¶
Represents the output of a ListRuleGroupsNamespaces operation.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_rulegroupsnamespaces TYPE /AWS1/CL_AMPRLGRSNAMESPACESUMM=>TT_RULEGROUPSNAMESPACESUMMLIST TT_RULEGROUPSNAMESPACESUMMLIST¶
The returned list of rule groups namespaces.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/AMPPAGINATIONTOKEN /AWS1/AMPPAGINATIONTOKEN¶
A token indicating that there are more results to retrieve. You can use this token as part of your next
ListRuleGroupsNamespacesrequest to retrieve those results.
Queryable Attributes¶
ruleGroupsNamespaces¶
The returned list of rule groups namespaces.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RULEGROUPSNAMESPACES() |
Getter for RULEGROUPSNAMESPACES, with configurable default |
ASK_RULEGROUPSNAMESPACES() |
Getter for RULEGROUPSNAMESPACES w/ exceptions if field has n |
HAS_RULEGROUPSNAMESPACES() |
Determine if RULEGROUPSNAMESPACES has a value |
nextToken¶
A token indicating that there are more results to retrieve. You can use this token as part of your next
ListRuleGroupsNamespacesrequest to retrieve those results.
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 |