/AWS1/CL_IOTLISTPRINCPOLRSP¶
The output from the ListPrincipalPolicies operation.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IT_POLICIES
TYPE /AWS1/CL_IOTPOLICY=>TT_POLICIES
TT_POLICIES
¶
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 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 |