Struct aws_sdk_rds::types::Ec2SecurityGroup
source · #[non_exhaustive]pub struct Ec2SecurityGroup { /* private fields */ }Expand description
This data type is used as a response element in the following actions:
-
AuthorizeDBSecurityGroupIngress -
DescribeDBSecurityGroups -
RevokeDBSecurityGroupIngress
Implementations§
source§impl Ec2SecurityGroup
impl Ec2SecurityGroup
sourcepub fn status(&self) -> Option<&str>
pub fn status(&self) -> Option<&str>
Provides the status of the EC2 security group. Status can be "authorizing", "authorized", "revoking", and "revoked".
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_id(&self) -> Option<&str>
pub fn ec2_security_group_id(&self) -> Option<&str>
Specifies the id 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>
Specifies the Amazon Web Services ID of the owner of the EC2 security group specified in the EC2SecurityGroupName field.
source§impl Ec2SecurityGroup
impl Ec2SecurityGroup
sourcepub fn builder() -> Ec2SecurityGroupBuilder
pub fn builder() -> Ec2SecurityGroupBuilder
Creates a new builder-style object to manufacture Ec2SecurityGroup.
Trait Implementations§
source§impl Clone for Ec2SecurityGroup
impl Clone for Ec2SecurityGroup
source§fn clone(&self) -> Ec2SecurityGroup
fn clone(&self) -> Ec2SecurityGroup
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 Ec2SecurityGroup
impl Debug for Ec2SecurityGroup
source§impl PartialEq<Ec2SecurityGroup> for Ec2SecurityGroup
impl PartialEq<Ec2SecurityGroup> for Ec2SecurityGroup
source§fn eq(&self, other: &Ec2SecurityGroup) -> bool
fn eq(&self, other: &Ec2SecurityGroup) -> bool
This method tests for
self and other values to be equal, and is used
by ==.