Struct aws_sdk_storagegateway::model::FileShareInfo
source · [−]#[non_exhaustive]pub struct FileShareInfo { /* private fields */ }
Expand description
Describes a file share. Only supported S3 File Gateway.
Implementations
The type of the file share.
The Amazon Resource Name (ARN) of the file share.
The ID of the file share.
The status of the file share.
Valid Values: CREATING
| UPDATING
| AVAILABLE
| DELETING
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.
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FileShareInfo
.
Trait Implementations
sourcefn clone(&self) -> FileShareInfo
fn clone(&self) -> FileShareInfo
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 moresourcefn eq(&self, other: &FileShareInfo) -> bool
fn eq(&self, other: &FileShareInfo) -> bool
Auto Trait Implementations
Blanket Implementations
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more