#[non_exhaustive]pub struct AwsRdsDbSecurityGroupEc2SecurityGroup { /* private fields */ }
Expand description
EC2 security group information for an RDS DB security group.
Implementations§
source§impl AwsRdsDbSecurityGroupEc2SecurityGroup
impl AwsRdsDbSecurityGroupEc2SecurityGroup
sourcepub fn ec2_security_group_id(&self) -> Option<&str>
pub fn ec2_security_group_id(&self) -> Option<&str>
Specifies the ID for the EC2 security group.
sourcepub fn ec2_security_group_name(&self) -> Option<&str>
pub fn ec2_security_group_name(&self) -> Option<&str>
Specifies the name of the EC2 security group.
sourcepub fn ec2_security_group_owner_id(&self) -> Option<&str>
pub fn ec2_security_group_owner_id(&self) -> Option<&str>
Provides the Amazon Web Services ID of the owner of the EC2 security group.
source§impl AwsRdsDbSecurityGroupEc2SecurityGroup
impl AwsRdsDbSecurityGroupEc2SecurityGroup
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsRdsDbSecurityGroupEc2SecurityGroup
.
Trait Implementations§
source§impl Clone for AwsRdsDbSecurityGroupEc2SecurityGroup
impl Clone for AwsRdsDbSecurityGroupEc2SecurityGroup
source§fn clone(&self) -> AwsRdsDbSecurityGroupEc2SecurityGroup
fn clone(&self) -> AwsRdsDbSecurityGroupEc2SecurityGroup
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<AwsRdsDbSecurityGroupEc2SecurityGroup> for AwsRdsDbSecurityGroupEc2SecurityGroup
impl PartialEq<AwsRdsDbSecurityGroupEc2SecurityGroup> for AwsRdsDbSecurityGroupEc2SecurityGroup
source§fn eq(&self, other: &AwsRdsDbSecurityGroupEc2SecurityGroup) -> bool
fn eq(&self, other: &AwsRdsDbSecurityGroupEc2SecurityGroup) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.