Struct aws_sdk_redshift::output::DescribeStorageOutput
source · #[non_exhaustive]pub struct DescribeStorageOutput { /* private fields */ }
Implementations§
source§impl DescribeStorageOutput
impl DescribeStorageOutput
sourcepub fn total_backup_size_in_mega_bytes(&self) -> f64
pub fn total_backup_size_in_mega_bytes(&self) -> f64
The total amount of storage currently used for snapshots.
sourcepub fn total_provisioned_storage_in_mega_bytes(&self) -> f64
pub fn total_provisioned_storage_in_mega_bytes(&self) -> f64
The total amount of storage currently provisioned.
source§impl DescribeStorageOutput
impl DescribeStorageOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeStorageOutput
.
Trait Implementations§
source§impl Clone for DescribeStorageOutput
impl Clone for DescribeStorageOutput
source§fn clone(&self) -> DescribeStorageOutput
fn clone(&self) -> DescribeStorageOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DescribeStorageOutput
impl Debug for DescribeStorageOutput
source§impl PartialEq<DescribeStorageOutput> for DescribeStorageOutput
impl PartialEq<DescribeStorageOutput> for DescribeStorageOutput
source§fn eq(&self, other: &DescribeStorageOutput) -> bool
fn eq(&self, other: &DescribeStorageOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.