/AWS1/CL_IOTLISTPOLRESPONSE¶
The output from the ListPolicies operation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_policies TYPE /AWS1/CL_IOTPOLICY=>TT_POLICIES TT_POLICIES¶
The descriptions of the policies.
iv_nextmarker TYPE /AWS1/IOTMARKER /AWS1/IOTMARKER¶
The marker for the next set of results, or null if there are no additional results.
Queryable Attributes¶
policies¶
The descriptions of the 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 |
nextMarker¶
The marker for the next set of results, or null if there are no additional results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTMARKER() |
Getter for NEXTMARKER, with configurable default |
ASK_NEXTMARKER() |
Getter for NEXTMARKER w/ exceptions if field has no value |
HAS_NEXTMARKER() |
Determine if NEXTMARKER has a value |