#[non_exhaustive]pub struct UpdateFileSystemAssociationInput { /* private fields */ }
Implementations
sourceimpl UpdateFileSystemAssociationInput
impl UpdateFileSystemAssociationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateFileSystemAssociation, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateFileSystemAssociation, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateFileSystemAssociation
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateFileSystemAssociationInput
.
sourceimpl UpdateFileSystemAssociationInput
impl UpdateFileSystemAssociationInput
sourcepub fn file_system_association_arn(&self) -> Option<&str>
pub fn file_system_association_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the file system association that you want to update.
sourcepub fn user_name(&self) -> Option<&str>
pub fn user_name(&self) -> Option<&str>
The user name of the user credential that has permission to access the root share D$ of the Amazon FSx file system. The user account must belong to the Amazon FSx delegated admin user group.
sourcepub fn audit_destination_arn(&self) -> Option<&str>
pub fn audit_destination_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the storage used for the audit logs.
sourcepub fn cache_attributes(&self) -> Option<&CacheAttributes>
pub fn cache_attributes(&self) -> Option<&CacheAttributes>
The refresh cache information for the file share or FSx file systems.
Trait Implementations
sourceimpl Clone for UpdateFileSystemAssociationInput
impl Clone for UpdateFileSystemAssociationInput
sourcefn clone(&self) -> UpdateFileSystemAssociationInput
fn clone(&self) -> UpdateFileSystemAssociationInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<UpdateFileSystemAssociationInput> for UpdateFileSystemAssociationInput
impl PartialEq<UpdateFileSystemAssociationInput> for UpdateFileSystemAssociationInput
sourcefn eq(&self, other: &UpdateFileSystemAssociationInput) -> bool
fn eq(&self, other: &UpdateFileSystemAssociationInput) -> bool
impl StructuralPartialEq for UpdateFileSystemAssociationInput
Auto Trait Implementations
impl RefUnwindSafe for UpdateFileSystemAssociationInput
impl Send for UpdateFileSystemAssociationInput
impl Sync for UpdateFileSystemAssociationInput
impl Unpin for UpdateFileSystemAssociationInput
impl UnwindSafe for UpdateFileSystemAssociationInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more