#[non_exhaustive]pub struct DeleteBackendStorageInput { /* private fields */ }
Expand description
The request body for DeleteBackendStorage.
Implementations§
source§impl DeleteBackendStorageInput
impl DeleteBackendStorageInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteBackendStorage, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteBackendStorage, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteBackendStorage
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteBackendStorageInput
.
source§impl DeleteBackendStorageInput
impl DeleteBackendStorageInput
sourcepub fn backend_environment_name(&self) -> Option<&str>
pub fn backend_environment_name(&self) -> Option<&str>
The name of the backend environment.
sourcepub fn resource_name(&self) -> Option<&str>
pub fn resource_name(&self) -> Option<&str>
The name of the storage resource.
sourcepub fn service_name(&self) -> Option<&ServiceName>
pub fn service_name(&self) -> Option<&ServiceName>
The name of the storage service.
Trait Implementations§
source§impl Clone for DeleteBackendStorageInput
impl Clone for DeleteBackendStorageInput
source§fn clone(&self) -> DeleteBackendStorageInput
fn clone(&self) -> DeleteBackendStorageInput
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§impl Debug for DeleteBackendStorageInput
impl Debug for DeleteBackendStorageInput
source§impl PartialEq<DeleteBackendStorageInput> for DeleteBackendStorageInput
impl PartialEq<DeleteBackendStorageInput> for DeleteBackendStorageInput
source§fn eq(&self, other: &DeleteBackendStorageInput) -> bool
fn eq(&self, other: &DeleteBackendStorageInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.