Learn R Programming

paws.database (version 0.1.12)

redshift_describe_storage: Returns account level backups storage size and provisional storage

Description

Returns account level backups storage size and provisional storage.

Usage

redshift_describe_storage()

Arguments

Value

A list with the following syntax:

list(
  TotalBackupSizeInMegaBytes = 123.0,
  TotalProvisionedStorageInMegaBytes = 123.0
)