Struct aws_sdk_rds::input::DeleteDbSubnetGroupInput
source · [−]#[non_exhaustive]pub struct DeleteDbSubnetGroupInput { /* private fields */ }Expand description
Implementations
sourceimpl DeleteDbSubnetGroupInput
impl DeleteDbSubnetGroupInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteDBSubnetGroup, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteDBSubnetGroup, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteDBSubnetGroup>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteDbSubnetGroupInput.
sourceimpl DeleteDbSubnetGroupInput
impl DeleteDbSubnetGroupInput
sourcepub fn db_subnet_group_name(&self) -> Option<&str>
pub fn db_subnet_group_name(&self) -> Option<&str>
The name of the database subnet group to delete.
You can't delete the default subnet group.
Constraints: Must match the name of an existing DBSubnetGroup. Must not be default.
Example: mydbsubnetgroup
Trait Implementations
sourceimpl Clone for DeleteDbSubnetGroupInput
impl Clone for DeleteDbSubnetGroupInput
sourcefn clone(&self) -> DeleteDbSubnetGroupInput
fn clone(&self) -> DeleteDbSubnetGroupInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DeleteDbSubnetGroupInput
impl Debug for DeleteDbSubnetGroupInput
sourceimpl PartialEq<DeleteDbSubnetGroupInput> for DeleteDbSubnetGroupInput
impl PartialEq<DeleteDbSubnetGroupInput> for DeleteDbSubnetGroupInput
sourcefn eq(&self, other: &DeleteDbSubnetGroupInput) -> bool
fn eq(&self, other: &DeleteDbSubnetGroupInput) -> bool
impl StructuralPartialEq for DeleteDbSubnetGroupInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteDbSubnetGroupInput
impl Send for DeleteDbSubnetGroupInput
impl Sync for DeleteDbSubnetGroupInput
impl Unpin for DeleteDbSubnetGroupInput
impl UnwindSafe for DeleteDbSubnetGroupInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more