/AWS1/CL_IAMGETGROUPRESPONSE¶
Contains the response to a successful GetGroup request.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_group TYPE REF TO /AWS1/CL_IAMGROUP /AWS1/CL_IAMGROUP¶
A structure that contains details about the group.
it_users TYPE /AWS1/CL_IAMUSER=>TT_USERLISTTYPE TT_USERLISTTYPE¶
A list of users in the group.
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
Markerrequest parameter to retrieve more items. Note that IAM might return fewer than theMaxItemsnumber of results even when there are more results available. We recommend that you checkIsTruncatedafter every call to ensure that you receive all your results.
iv_marker TYPE /AWS1/IAMRESPONSEMARKERTYPE /AWS1/IAMRESPONSEMARKERTYPE¶
When
IsTruncatedistrue, this element is present and contains the value to use for theMarkerparameter in a subsequent pagination request.
Queryable Attributes¶
Group¶
A structure that contains details about the group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GROUP() |
Getter for GROUP |
Users¶
A list of users in the group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USERS() |
Getter for USERS, with configurable default |
ASK_USERS() |
Getter for USERS w/ exceptions if field has no value |
HAS_USERS() |
Determine if USERS 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
Markerrequest parameter to retrieve more items. Note that IAM might return fewer than theMaxItemsnumber of results even when there are more results available. We recommend that you checkIsTruncatedafter every call to ensure that you receive all your results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ISTRUNCATED() |
Getter for ISTRUNCATED |
Marker¶
When
IsTruncatedistrue, this element is present and contains the value to use for theMarkerparameter 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 |