Redshift / Client / describe_account_attributes

describe_account_attributes#

Redshift.Client.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',
    ]
)
Parameters:

AttributeNames (list) –

A list of attribute names.

  • (string) –

Return type:

dict

Returns:

Response Syntax

{
    'AccountAttributes': [
        {
            'AttributeName': 'string',
            'AttributeValues': [
                {
                    'AttributeValue': 'string'
                },
            ]
        },
    ]
}

Response Structure

  • (dict) –

    • AccountAttributes (list) –

      A list of attributes assigned to an account.

      • (dict) –

        A name value pair that describes an aspect of an account.

        • AttributeName (string) –

          The name of the attribute.

        • AttributeValues (list) –

          A list of attribute values.

          • (dict) –

            Describes an attribute value.

            • AttributeValue (string) –

              The value of the attribute.