/AWS1/CL_FMSLISTCPLNCSTATUSRSP¶
ListComplianceStatusResponse
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IT_POLICYCPLNCSTATUSLIST
TYPE /AWS1/CL_FMSPOLICYCPLNCSTATUS=>TT_POLICYCOMPLIANCESTATUSLIST
TT_POLICYCOMPLIANCESTATUSLIST
¶
An array of
PolicyComplianceStatus
objects.
IV_NEXTTOKEN
TYPE /AWS1/FMSPAGINATIONTOKEN
/AWS1/FMSPAGINATIONTOKEN
¶
If you have more
PolicyComplianceStatus
objects than the number that you specified forMaxResults
in the request, the response includes aNextToken
value. To list morePolicyComplianceStatus
objects, submit anotherListComplianceStatus
request, and specify theNextToken
value from the response in theNextToken
value in the next request.
Queryable Attributes¶
PolicyComplianceStatusList¶
An array of
PolicyComplianceStatus
objects.
Accessible with the following methods¶
Method | Description |
---|---|
GET_POLICYCPLNCSTATUSLIST() |
Getter for POLICYCOMPLIANCESTATUSLIST, with configurable def |
ASK_POLICYCPLNCSTATUSLIST() |
Getter for POLICYCOMPLIANCESTATUSLIST w/ exceptions if field |
HAS_POLICYCPLNCSTATUSLIST() |
Determine if POLICYCOMPLIANCESTATUSLIST has a value |
NextToken¶
If you have more
PolicyComplianceStatus
objects than the number that you specified forMaxResults
in the request, the response includes aNextToken
value. To list morePolicyComplianceStatus
objects, submit anotherListComplianceStatus
request, and specify theNextToken
value from the response in theNextToken
value 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 |