File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -401,9 +401,13 @@ public function listServiceSpecificCredentials($input = []): ListServiceSpecific
401
401
* Lists the IAM users that have the specified path prefix. If no path prefix is specified, the operation returns all
402
402
* users in the Amazon Web Services account. If there are none, the operation returns an empty list.
403
403
*
404
- * > IAM resource-listing operations return a subset of the available attributes for the resource. For example, this
405
- * > operation does not return tags, even though they are an attribute of the returned object. To view all of the
406
- * > information for a user, see GetUser.
404
+ * > IAM resource-listing operations return a subset of the available attributes for the resource. This operation does
405
+ * > not return the following attributes, even though they are an attribute of the returned object:
406
+ * >
407
+ * > - PermissionsBoundary
408
+ * > - Tags
409
+ * >
410
+ * > To view all of the information for a user, see GetUser.
407
411
*
408
412
* You can paginate the results using the `MaxItems` and `Marker` parameters.
409
413
*
You can’t perform that action at this time.
0 commit comments