NAME
Paws::IAM::ListAccountAliasesResponse
ATTRIBUTES
REQUIRED AccountAliases => ArrayRef[Str]
A list of aliases associated with the account. AWS supports only one
alias per account.
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.