#[non_exhaustive]pub struct VpcSecurityGroupMembership { /* private fields */ }
Expand description
Describes the status of a security group associated with the virtual private cloud (VPC) hosting your replication and DB instances.
Implementations§
source§impl VpcSecurityGroupMembership
impl VpcSecurityGroupMembership
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture VpcSecurityGroupMembership
.
Trait Implementations§
source§impl Clone for VpcSecurityGroupMembership
impl Clone for VpcSecurityGroupMembership
source§fn clone(&self) -> VpcSecurityGroupMembership
fn clone(&self) -> VpcSecurityGroupMembership
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 VpcSecurityGroupMembership
impl Debug for VpcSecurityGroupMembership
source§impl PartialEq<VpcSecurityGroupMembership> for VpcSecurityGroupMembership
impl PartialEq<VpcSecurityGroupMembership> for VpcSecurityGroupMembership
source§fn eq(&self, other: &VpcSecurityGroupMembership) -> bool
fn eq(&self, other: &VpcSecurityGroupMembership) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.