/AWS1/CL_NWSLISTPOLICIESOUTPUT¶
ListPoliciesOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_policies TYPE /AWS1/CL_NWSPOLICYSUMMARY=>TT_POLICYSUMMARYLIST TT_POLICYSUMMARYLIST¶
The list of policies.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/NWSNEXTTOKEN /AWS1/NWSNEXTTOKEN¶
The token for the next page of results. To retrieve the next page, call the operation again and provide this value. When there are no more results, this value is null.
Queryable Attributes¶
nextToken¶
The token for the next page of results. To retrieve the next page, call the operation again and provide this value. When there are no more results, this value is null.
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 |
policies¶
The list of policies.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POLICIES() |
Getter for POLICIES, with configurable default |
ASK_POLICIES() |
Getter for POLICIES w/ exceptions if field has no value |
HAS_POLICIES() |
Determine if POLICIES has a value |