Redshift.Client.
describe_storage
()¶Returns account level backups storage size and provisional storage.
See also: AWS API Documentation
Request Syntax
response = client.describe_storage()
{
'TotalBackupSizeInMegaBytes': 123.0,
'TotalProvisionedStorageInMegaBytes': 123.0
}
Response Structure
The total amount of storage currently used for snapshots.
The total amount of storage currently provisioned.