Struct aws_sdk_m2::types::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() -> FsxStorageConfigurationBuilder
pub fn builder() -> FsxStorageConfigurationBuilder
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 moresource§impl Debug for FsxStorageConfiguration
impl Debug for FsxStorageConfiguration
source§impl PartialEq<FsxStorageConfiguration> for FsxStorageConfiguration
impl PartialEq<FsxStorageConfiguration> for FsxStorageConfiguration
source§fn eq(&self, other: &FsxStorageConfiguration) -> bool
fn eq(&self, other: &FsxStorageConfiguration) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for FsxStorageConfiguration
Auto Trait Implementations§
impl RefUnwindSafe for FsxStorageConfiguration
impl Send for FsxStorageConfiguration
impl Sync for FsxStorageConfiguration
impl Unpin for FsxStorageConfiguration
impl UnwindSafe for FsxStorageConfiguration
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more