Struct aws_sdk_rds::model::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
sourceimpl 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.
sourceimpl DbSecurityGroup
impl DbSecurityGroup
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DbSecurityGroup.
Trait Implementations
sourceimpl Clone for DbSecurityGroup
impl Clone for DbSecurityGroup
sourcefn clone(&self) -> DbSecurityGroup
fn clone(&self) -> DbSecurityGroup
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DbSecurityGroup
impl Debug for DbSecurityGroup
sourceimpl PartialEq<DbSecurityGroup> for DbSecurityGroup
impl PartialEq<DbSecurityGroup> for DbSecurityGroup
sourcefn eq(&self, other: &DbSecurityGroup) -> bool
fn eq(&self, other: &DbSecurityGroup) -> bool
impl StructuralPartialEq for DbSecurityGroup
Auto Trait Implementations
impl RefUnwindSafe for DbSecurityGroup
impl Send for DbSecurityGroup
impl Sync for DbSecurityGroup
impl Unpin for DbSecurityGroup
impl UnwindSafe for DbSecurityGroup
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more