Struct aws_sdk_codecatalyst::types::PersistentStorage
source · #[non_exhaustive]pub struct PersistentStorage { /* private fields */ }
Expand description
Information about the persistent storage for a Dev Environment.
Implementations§
source§impl PersistentStorage
impl PersistentStorage
sourcepub fn size_in_gi_b(&self) -> Option<i32>
pub fn size_in_gi_b(&self) -> Option<i32>
The size of the persistent storage in gigabytes (specifically GiB).
Valid values for storage are based on memory sizes in 16GB increments. Valid values are 16, 32, and 64.
source§impl PersistentStorage
impl PersistentStorage
sourcepub fn builder() -> PersistentStorageBuilder
pub fn builder() -> PersistentStorageBuilder
Creates a new builder-style object to manufacture PersistentStorage
.
Trait Implementations§
source§impl Clone for PersistentStorage
impl Clone for PersistentStorage
source§fn clone(&self) -> PersistentStorage
fn clone(&self) -> PersistentStorage
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 PersistentStorage
impl Debug for PersistentStorage
source§impl PartialEq<PersistentStorage> for PersistentStorage
impl PartialEq<PersistentStorage> for PersistentStorage
source§fn eq(&self, other: &PersistentStorage) -> bool
fn eq(&self, other: &PersistentStorage) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.