describe_account_attributes(**kwargs)¶Returns a list of attributes attached to an account
See also: AWS API Documentation
Request Syntax
response = client.describe_account_attributes(
    AttributeNames=[
        'string',
    ]
)
A list of attribute names.
{
    'AccountAttributes': [
        {
            'AttributeName': 'string',
            'AttributeValues': [
                {
                    'AttributeValue': 'string'
                },
            ]
        },
    ]
}
Response Structure
A list of attributes assigned to an account.
A name value pair that describes an aspect of an account.
The name of the attribute.
A list of attribute values.
Describes an attribute value.
The value of the attribute.