/AWS1/CL_IAMLISTUSERPOLRSP¶
Contains the response to a successful ListUserPolicies request.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
it_policynames
TYPE /AWS1/CL_IAMPLYNAMELISTTYPE_W=>TT_POLICYNAMELISTTYPE
TT_POLICYNAMELISTTYPE
¶
A list of policy names.
Optional arguments:¶
iv_istruncated
TYPE /AWS1/IAMBOOLEANTYPE
/AWS1/IAMBOOLEANTYPE
¶
A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the
Marker
request parameter to retrieve more items. Note that IAM might return fewer than theMaxItems
number of results even when there are more results available. We recommend that you checkIsTruncated
after every call to ensure that you receive all your results.
iv_marker
TYPE /AWS1/IAMRESPONSEMARKERTYPE
/AWS1/IAMRESPONSEMARKERTYPE
¶
When
IsTruncated
istrue
, this element is present and contains the value to use for theMarker
parameter in a subsequent pagination request.
Queryable Attributes¶
PolicyNames¶
A list of policy names.
Accessible with the following methods¶
Method | Description |
---|---|
GET_POLICYNAMES() |
Getter for POLICYNAMES, with configurable default |
ASK_POLICYNAMES() |
Getter for POLICYNAMES w/ exceptions if field has no value |
HAS_POLICYNAMES() |
Determine if POLICYNAMES has a value |
IsTruncated¶
A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the
Marker
request parameter to retrieve more items. Note that IAM might return fewer than theMaxItems
number of results even when there are more results available. We recommend that you checkIsTruncated
after every call to ensure that you receive all your results.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ISTRUNCATED() |
Getter for ISTRUNCATED |
Marker¶
When
IsTruncated
istrue
, this element is present and contains the value to use for theMarker
parameter in a subsequent pagination request.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MARKER() |
Getter for MARKER, with configurable default |
ASK_MARKER() |
Getter for MARKER w/ exceptions if field has no value |
HAS_MARKER() |
Determine if MARKER has a value |