Struct aws_sdk_storagegateway::operation::update_file_system_association::UpdateFileSystemAssociationOutput
source · #[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() -> UpdateFileSystemAssociationOutputBuilder
pub fn builder() -> UpdateFileSystemAssociationOutputBuilder
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 ==.source§impl RequestId for UpdateFileSystemAssociationOutput
impl RequestId for UpdateFileSystemAssociationOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.impl StructuralPartialEq for UpdateFileSystemAssociationOutput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateFileSystemAssociationOutput
impl Send for UpdateFileSystemAssociationOutput
impl Sync for UpdateFileSystemAssociationOutput
impl Unpin for UpdateFileSystemAssociationOutput
impl UnwindSafe for UpdateFileSystemAssociationOutput
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