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