Struct aws_sdk_memorydb::output::UpdateSubnetGroupOutput
source · #[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 updated subnet group
source§impl UpdateSubnetGroupOutput
impl UpdateSubnetGroupOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
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 more