Struct aws_sdk_memorydb::model::SubnetGroup
source · #[non_exhaustive]pub struct SubnetGroup { /* private fields */ }
Expand description
Represents the output of one of the following operations:
-
CreateSubnetGroup
-
UpdateSubnetGroup
A subnet group is a collection of subnets (typically private) that you can designate for your clusters running in an Amazon Virtual Private Cloud (VPC) environment.
Implementations§
source§impl SubnetGroup
impl SubnetGroup
source§impl SubnetGroup
impl SubnetGroup
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SubnetGroup
.
Trait Implementations§
source§impl Clone for SubnetGroup
impl Clone for SubnetGroup
source§fn clone(&self) -> SubnetGroup
fn clone(&self) -> SubnetGroup
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 SubnetGroup
impl Debug for SubnetGroup
source§impl PartialEq<SubnetGroup> for SubnetGroup
impl PartialEq<SubnetGroup> for SubnetGroup
source§fn eq(&self, other: &SubnetGroup) -> bool
fn eq(&self, other: &SubnetGroup) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.