Struct rusoto_storagegateway::FileShareInfo [] [src]

pub struct FileShareInfo {
    pub file_share_arn: Option<FileShareARN>,
    pub file_share_id: Option<FileShareId>,
    pub file_share_status: Option<FileShareStatus>,
    pub gateway_arn: Option<GatewayARN>,
}

Describes a file share.

Fields

Trait Implementations

impl Default for FileShareInfo
[src]

Returns the "default value" for a type. Read more

impl Debug for FileShareInfo
[src]

Formats the value using the given formatter.

impl Clone for FileShareInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more