Struct aws_sdk_memorydb::input::DeleteSubnetGroupInput
source · #[non_exhaustive]pub struct DeleteSubnetGroupInput { /* private fields */ }
Implementations§
source§impl DeleteSubnetGroupInput
impl DeleteSubnetGroupInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteSubnetGroup, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteSubnetGroup, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteSubnetGroup
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteSubnetGroupInput
.
source§impl DeleteSubnetGroupInput
impl DeleteSubnetGroupInput
sourcepub fn subnet_group_name(&self) -> Option<&str>
pub fn subnet_group_name(&self) -> Option<&str>
The name of the subnet group to delete
Trait Implementations§
source§impl Clone for DeleteSubnetGroupInput
impl Clone for DeleteSubnetGroupInput
source§fn clone(&self) -> DeleteSubnetGroupInput
fn clone(&self) -> DeleteSubnetGroupInput
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 DeleteSubnetGroupInput
impl Debug for DeleteSubnetGroupInput
source§impl PartialEq<DeleteSubnetGroupInput> for DeleteSubnetGroupInput
impl PartialEq<DeleteSubnetGroupInput> for DeleteSubnetGroupInput
source§fn eq(&self, other: &DeleteSubnetGroupInput) -> bool
fn eq(&self, other: &DeleteSubnetGroupInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.