Struct aws_sdk_storagegateway::model::file_share_info::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for FileShareInfo
Implementations
The type of the file share.
The type of the file share.
The Amazon Resource Name (ARN) of the file share.
The Amazon Resource Name (ARN) of the file share.
The ID of the file share.
The ID of the file share.
The status of the file share.
Valid Values: CREATING
| UPDATING
| AVAILABLE
|
DELETING
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.
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.
Consumes the builder and constructs a FileShareInfo
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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