/AWS1/CL_FMSLISTPOLRESPONSE¶
ListPoliciesResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_policylist TYPE /AWS1/CL_FMSPOLICYSUMMARY=>TT_POLICYSUMMARYLIST TT_POLICYSUMMARYLIST¶
An array of
PolicySummaryobjects.
iv_nexttoken TYPE /AWS1/FMSPAGINATIONTOKEN /AWS1/FMSPAGINATIONTOKEN¶
If you have more
PolicySummaryobjects than the number that you specified forMaxResultsin the request, the response includes aNextTokenvalue. To list morePolicySummaryobjects, submit anotherListPoliciesrequest, and specify theNextTokenvalue from the response in theNextTokenvalue in the next request.
Queryable Attributes¶
PolicyList¶
An array of
PolicySummaryobjects.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POLICYLIST() |
Getter for POLICYLIST, with configurable default |
ASK_POLICYLIST() |
Getter for POLICYLIST w/ exceptions if field has no value |
HAS_POLICYLIST() |
Determine if POLICYLIST has a value |
NextToken¶
If you have more
PolicySummaryobjects than the number that you specified forMaxResultsin the request, the response includes aNextTokenvalue. To list morePolicySummaryobjects, submit anotherListPoliciesrequest, and specify theNextTokenvalue from the response in theNextTokenvalue in the next request.
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 |