#[non_exhaustive]pub struct FileSystemAssociationSummary { /* private fields */ }
Expand description
Gets the summary returned by ListFileSystemAssociation
, which is a summary of a created file system association.
Implementations
sourceimpl FileSystemAssociationSummary
impl FileSystemAssociationSummary
sourcepub fn file_system_association_id(&self) -> Option<&str>
pub fn file_system_association_id(&self) -> Option<&str>
The ID of the file system association.
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.
sourcepub fn file_system_association_status(&self) -> Option<&str>
pub fn file_system_association_status(&self) -> Option<&str>
The status of the file share. Valid Values: AVAILABLE
| CREATING
| DELETING
| FORCE_DELETING
| UPDATING
| ERROR
sourcepub fn gateway_arn(&self) -> Option<&str>
pub fn gateway_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
operation to return a list of gateways for your account and Amazon Web Services Region.
sourceimpl FileSystemAssociationSummary
impl FileSystemAssociationSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FileSystemAssociationSummary
.
Trait Implementations
sourceimpl Clone for FileSystemAssociationSummary
impl Clone for FileSystemAssociationSummary
sourcefn clone(&self) -> FileSystemAssociationSummary
fn clone(&self) -> FileSystemAssociationSummary
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 Debug for FileSystemAssociationSummary
impl Debug for FileSystemAssociationSummary
sourceimpl PartialEq<FileSystemAssociationSummary> for FileSystemAssociationSummary
impl PartialEq<FileSystemAssociationSummary> for FileSystemAssociationSummary
sourcefn eq(&self, other: &FileSystemAssociationSummary) -> bool
fn eq(&self, other: &FileSystemAssociationSummary) -> bool
impl StructuralPartialEq for FileSystemAssociationSummary
Auto Trait Implementations
impl RefUnwindSafe for FileSystemAssociationSummary
impl Send for FileSystemAssociationSummary
impl Sync for FileSystemAssociationSummary
impl Unpin for FileSystemAssociationSummary
impl UnwindSafe for FileSystemAssociationSummary
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