Struct aws_sdk_dax::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>
Represents the output of a CreateSubnetGroup operation.
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 moresource§impl Debug for CreateSubnetGroupOutput
impl Debug for CreateSubnetGroupOutput
source§impl PartialEq<CreateSubnetGroupOutput> for CreateSubnetGroupOutput
impl PartialEq<CreateSubnetGroupOutput> for CreateSubnetGroupOutput
source§fn eq(&self, other: &CreateSubnetGroupOutput) -> bool
fn eq(&self, other: &CreateSubnetGroupOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.