Struct aws_sdk_memorydb::output::CreateSubnetGroupOutput
source · #[non_exhaustive]pub struct CreateSubnetGroupOutput { /* private fields */ }
Implementations§
source§impl CreateSubnetGroupOutput
impl CreateSubnetGroupOutput
sourcepub fn subnet_group(&self) -> Option<&SubnetGroup>
pub fn subnet_group(&self) -> Option<&SubnetGroup>
The newly-created subnet group
source§impl CreateSubnetGroupOutput
impl CreateSubnetGroupOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateSubnetGroupOutput
.
Trait Implementations§
source§impl Clone for CreateSubnetGroupOutput
impl Clone for CreateSubnetGroupOutput
source§fn clone(&self) -> CreateSubnetGroupOutput
fn clone(&self) -> CreateSubnetGroupOutput
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