#[non_exhaustive]pub struct DeleteFileShareInput { /* private fields */ }
Expand description
DeleteFileShareInput
Implementations§
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteFileShare, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteFileShare, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteFileShare
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteFileShareInput
.
The Amazon Resource Name (ARN) of the file share to be deleted.
sourcepub fn force_delete(&self) -> bool
pub fn force_delete(&self) -> bool
If this value is set to true
, the operation deletes a file share immediately and aborts all data uploads to Amazon Web Services. Otherwise, the file share is not deleted until all data is uploaded to Amazon Web Services. This process aborts the data upload process, and the file share enters the FORCE_DELETING
status.
Valid Values: true
| false
Trait Implementations§
source§fn clone(&self) -> DeleteFileShareInput
fn clone(&self) -> DeleteFileShareInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§fn eq(&self, other: &DeleteFileShareInput) -> bool
fn eq(&self, other: &DeleteFileShareInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.