Skip to content

/AWS1/CL_REVLISTPOLRESPONSE

ListPoliciesResponse

CONSTRUCTOR

IMPORTING

Required arguments:

it_policysummaries TYPE /AWS1/CL_REVPOLICYSUMMARY=>TT_POLICYSUMMARYLIST TT_POLICYSUMMARYLIST

The list of policy summaries.

Optional arguments:

iv_nexttoken TYPE /AWS1/REVNEXTTOKEN /AWS1/REVNEXTTOKEN

Pagination token.


Queryable Attributes

policySummaries

The list of policy summaries.

Accessible with the following methods

Method Description
GET_POLICYSUMMARIES() Getter for POLICYSUMMARIES, with configurable default
ASK_POLICYSUMMARIES() Getter for POLICYSUMMARIES w/ exceptions if field has no val
HAS_POLICYSUMMARIES() Determine if POLICYSUMMARIES has a value

nextToken

Pagination token.

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