/AWS1/CL_DZNLISTPLYGRANTSOUT¶
ListPolicyGrantsOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_grantlist TYPE /AWS1/CL_DZNPOLICYGRANTMEMBER=>TT_POLICYGRANTLIST TT_POLICYGRANTLIST¶
The results of this action - the listed grants.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/DZNPAGINATIONTOKEN /AWS1/DZNPAGINATIONTOKEN¶
When the number of grants is greater than the default value for the
MaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of grants, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toListPolicyGrantsto list the next set of grants.
Queryable Attributes¶
grantList¶
The results of this action - the listed grants.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GRANTLIST() |
Getter for GRANTLIST, with configurable default |
ASK_GRANTLIST() |
Getter for GRANTLIST w/ exceptions if field has no value |
HAS_GRANTLIST() |
Determine if GRANTLIST has a value |
nextToken¶
When the number of grants is greater than the default value for the
MaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of grants, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toListPolicyGrantsto list the next set of grants.
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 |