Struct aws_sdk_storagegateway::model::FileShareInfo [−][src]
#[non_exhaustive]pub struct FileShareInfo {
pub file_share_type: Option<FileShareType>,
pub file_share_arn: Option<String>,
pub file_share_id: Option<String>,
pub file_share_status: Option<String>,
pub gateway_arn: Option<String>,
}
Expand description
Describes a file share. Only supported S3 File Gateway.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.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
gateway_arn: Option<String>
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.
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
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.
Creates a new builder-style object to manufacture FileShareInfo
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for FileShareInfo
impl Send for FileShareInfo
impl Sync for FileShareInfo
impl Unpin for FileShareInfo
impl UnwindSafe for FileShareInfo
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more