#[non_exhaustive]pub struct AwsRdsDbInstanceVpcSecurityGroup { /* private fields */ }Expand description
A VPC security groups that the DB instance belongs to.
Implementations§
source§impl AwsRdsDbInstanceVpcSecurityGroup
impl AwsRdsDbInstanceVpcSecurityGroup
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsRdsDbInstanceVpcSecurityGroup.
Trait Implementations§
source§impl Clone for AwsRdsDbInstanceVpcSecurityGroup
impl Clone for AwsRdsDbInstanceVpcSecurityGroup
source§fn clone(&self) -> AwsRdsDbInstanceVpcSecurityGroup
fn clone(&self) -> AwsRdsDbInstanceVpcSecurityGroup
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<AwsRdsDbInstanceVpcSecurityGroup> for AwsRdsDbInstanceVpcSecurityGroup
impl PartialEq<AwsRdsDbInstanceVpcSecurityGroup> for AwsRdsDbInstanceVpcSecurityGroup
source§fn eq(&self, other: &AwsRdsDbInstanceVpcSecurityGroup) -> bool
fn eq(&self, other: &AwsRdsDbInstanceVpcSecurityGroup) -> bool
This method tests for
self and other values to be equal, and is used
by ==.