#[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() -> ModifyDbSubnetGroupOutputBuilder
pub fn builder() -> ModifyDbSubnetGroupOutputBuilder
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 ==.source§impl RequestId for ModifyDbSubnetGroupOutput
impl RequestId for ModifyDbSubnetGroupOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.