Struct aws_sdk_m2::model::EfsStorageConfiguration
source · #[non_exhaustive]pub struct EfsStorageConfiguration { /* private fields */ }Expand description
Defines the storage configuration for an Amazon EFS file system.
Implementations§
source§impl EfsStorageConfiguration
impl EfsStorageConfiguration
sourcepub fn file_system_id(&self) -> Option<&str>
pub fn file_system_id(&self) -> Option<&str>
The file system identifier.
sourcepub fn mount_point(&self) -> Option<&str>
pub fn mount_point(&self) -> Option<&str>
The mount point for the file system.
source§impl EfsStorageConfiguration
impl EfsStorageConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EfsStorageConfiguration.
Trait Implementations§
source§impl Clone for EfsStorageConfiguration
impl Clone for EfsStorageConfiguration
source§fn clone(&self) -> EfsStorageConfiguration
fn clone(&self) -> EfsStorageConfiguration
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 more