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