Redshift / Client / describe_storage

describe_storage#

Redshift.Client.describe_storage()#

Returns account level backups storage size and provisional storage.

See also: AWS API Documentation

Request Syntax

response = client.describe_storage()
Return type:

dict

Returns:

Response Syntax

{
    'TotalBackupSizeInMegaBytes': 123.0,
    'TotalProvisionedStorageInMegaBytes': 123.0
}

Response Structure

  • (dict) –

    • TotalBackupSizeInMegaBytes (float) –

      The total amount of storage currently used for snapshots.

    • TotalProvisionedStorageInMegaBytes (float) –

      The total amount of storage currently provisioned.