NAME
Paws::IAM::GetAccountAuthorizationDetailsResponse
ATTRIBUTES
GroupDetailList => ArrayRef[Paws::IAM::GroupDetail]
A list containing information about IAM groups.
IsTruncated => Bool
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 C<Marker> request parameter to retrieve more items. Note that
IAM might return fewer than the C<MaxItems> number of results even when
there are more results available. We recommend that you check
C<IsTruncated> after every call to ensure that you receive all of your
results.
Marker => Str
When C<IsTruncated> is C<true>, this element is present and contains
the value to use for the C<Marker> parameter in a subsequent pagination
request.
Policies => ArrayRef[Paws::IAM::ManagedPolicyDetail]
A list containing information about managed policies.
RoleDetailList => ArrayRef[Paws::IAM::RoleDetail]
A list containing information about IAM roles.
UserDetailList => ArrayRef[Paws::IAM::UserDetail]
A list containing information about IAM users.