Struct aws_sdk_rds::types::DbSecurityGroup
source · #[non_exhaustive]pub struct DbSecurityGroup { /* private fields */ }Expand description
Contains the details for an Amazon RDS DB security group.
This data type is used as a response element in the DescribeDBSecurityGroups action.
Implementations§
source§impl DbSecurityGroup
impl DbSecurityGroup
sourcepub fn owner_id(&self) -> Option<&str>
pub fn owner_id(&self) -> Option<&str>
Provides the Amazon Web Services ID of the owner of a specific DB security group.
sourcepub fn db_security_group_name(&self) -> Option<&str>
pub fn db_security_group_name(&self) -> Option<&str>
Specifies the name of the DB security group.
sourcepub fn db_security_group_description(&self) -> Option<&str>
pub fn db_security_group_description(&self) -> Option<&str>
Provides the description of the DB security group.
sourcepub fn ec2_security_groups(&self) -> Option<&[Ec2SecurityGroup]>
pub fn ec2_security_groups(&self) -> Option<&[Ec2SecurityGroup]>
Contains a list of EC2SecurityGroup elements.
sourcepub fn db_security_group_arn(&self) -> Option<&str>
pub fn db_security_group_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) for the DB security group.
source§impl DbSecurityGroup
impl DbSecurityGroup
sourcepub fn builder() -> DbSecurityGroupBuilder
pub fn builder() -> DbSecurityGroupBuilder
Creates a new builder-style object to manufacture DbSecurityGroup.
Trait Implementations§
source§impl Clone for DbSecurityGroup
impl Clone for DbSecurityGroup
source§fn clone(&self) -> DbSecurityGroup
fn clone(&self) -> DbSecurityGroup
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 DbSecurityGroup
impl Debug for DbSecurityGroup
source§impl PartialEq<DbSecurityGroup> for DbSecurityGroup
impl PartialEq<DbSecurityGroup> for DbSecurityGroup
source§fn eq(&self, other: &DbSecurityGroup) -> bool
fn eq(&self, other: &DbSecurityGroup) -> bool
This method tests for
self and other values to be equal, and is used
by ==.