#[non_exhaustive]pub struct UpdateFileSystemAssociationOutput { /* private fields */ }
Implementations§
source§impl UpdateFileSystemAssociationOutput
impl UpdateFileSystemAssociationOutput
sourcepub fn file_system_association_arn(&self) -> Option<&str>
pub fn file_system_association_arn(&self) -> Option<&str>
The ARN of the updated file system association.
source§impl UpdateFileSystemAssociationOutput
impl UpdateFileSystemAssociationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateFileSystemAssociationOutput
.
Trait Implementations§
source§impl Clone for UpdateFileSystemAssociationOutput
impl Clone for UpdateFileSystemAssociationOutput
source§fn clone(&self) -> UpdateFileSystemAssociationOutput
fn clone(&self) -> UpdateFileSystemAssociationOutput
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 PartialEq<UpdateFileSystemAssociationOutput> for UpdateFileSystemAssociationOutput
impl PartialEq<UpdateFileSystemAssociationOutput> for UpdateFileSystemAssociationOutput
source§fn eq(&self, other: &UpdateFileSystemAssociationOutput) -> bool
fn eq(&self, other: &UpdateFileSystemAssociationOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.