Struct aws_sdk_memorydb::output::DeleteSubnetGroupOutput
source · #[non_exhaustive]pub struct DeleteSubnetGroupOutput { /* private fields */ }
Implementations§
source§impl DeleteSubnetGroupOutput
impl DeleteSubnetGroupOutput
sourcepub fn subnet_group(&self) -> Option<&SubnetGroup>
pub fn subnet_group(&self) -> Option<&SubnetGroup>
The subnet group object that has been deleted.
source§impl DeleteSubnetGroupOutput
impl DeleteSubnetGroupOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteSubnetGroupOutput
.
Trait Implementations§
source§impl Clone for DeleteSubnetGroupOutput
impl Clone for DeleteSubnetGroupOutput
source§fn clone(&self) -> DeleteSubnetGroupOutput
fn clone(&self) -> DeleteSubnetGroupOutput
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 DeleteSubnetGroupOutput
impl Debug for DeleteSubnetGroupOutput
source§impl PartialEq<DeleteSubnetGroupOutput> for DeleteSubnetGroupOutput
impl PartialEq<DeleteSubnetGroupOutput> for DeleteSubnetGroupOutput
source§fn eq(&self, other: &DeleteSubnetGroupOutput) -> bool
fn eq(&self, other: &DeleteSubnetGroupOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.