#[non_exhaustive]pub struct CreateClusterSubnetGroupOutput { /* private fields */ }
Implementations§
source§impl CreateClusterSubnetGroupOutput
impl CreateClusterSubnetGroupOutput
sourcepub fn cluster_subnet_group(&self) -> Option<&ClusterSubnetGroup>
pub fn cluster_subnet_group(&self) -> Option<&ClusterSubnetGroup>
Describes a subnet group.
source§impl CreateClusterSubnetGroupOutput
impl CreateClusterSubnetGroupOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateClusterSubnetGroupOutput
.
Trait Implementations§
source§impl Clone for CreateClusterSubnetGroupOutput
impl Clone for CreateClusterSubnetGroupOutput
source§fn clone(&self) -> CreateClusterSubnetGroupOutput
fn clone(&self) -> CreateClusterSubnetGroupOutput
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 PartialEq<CreateClusterSubnetGroupOutput> for CreateClusterSubnetGroupOutput
impl PartialEq<CreateClusterSubnetGroupOutput> for CreateClusterSubnetGroupOutput
source§fn eq(&self, other: &CreateClusterSubnetGroupOutput) -> bool
fn eq(&self, other: &CreateClusterSubnetGroupOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.