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