Struct aws_sdk_rds::model::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
sourceimpl 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.
sourceimpl Ec2SecurityGroup
impl Ec2SecurityGroup
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture Ec2SecurityGroup.
Trait Implementations
sourceimpl Clone for Ec2SecurityGroup
impl Clone for Ec2SecurityGroup
sourcefn clone(&self) -> Ec2SecurityGroup
fn clone(&self) -> Ec2SecurityGroup
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 Ec2SecurityGroup
impl Debug for Ec2SecurityGroup
sourceimpl PartialEq<Ec2SecurityGroup> for Ec2SecurityGroup
impl PartialEq<Ec2SecurityGroup> for Ec2SecurityGroup
sourcefn eq(&self, other: &Ec2SecurityGroup) -> bool
fn eq(&self, other: &Ec2SecurityGroup) -> bool
impl StructuralPartialEq for Ec2SecurityGroup
Auto Trait Implementations
impl RefUnwindSafe for Ec2SecurityGroup
impl Send for Ec2SecurityGroup
impl Sync for Ec2SecurityGroup
impl Unpin for Ec2SecurityGroup
impl UnwindSafe for Ec2SecurityGroup
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