Struct aws_sdk_elasticache::model::Ec2SecurityGroup
source · #[non_exhaustive]pub struct Ec2SecurityGroup { /* private fields */ }
Expand description
Provides ownership and status information for an Amazon EC2 security group.
Implementations§
source§impl Ec2SecurityGroup
impl Ec2SecurityGroup
sourcepub fn ec2_security_group_name(&self) -> Option<&str>
pub fn ec2_security_group_name(&self) -> Option<&str>
The name of the Amazon EC2 security group.
sourcepub fn ec2_security_group_owner_id(&self) -> Option<&str>
pub fn ec2_security_group_owner_id(&self) -> Option<&str>
The Amazon account ID of the Amazon EC2 security group owner.
source§impl Ec2SecurityGroup
impl Ec2SecurityGroup
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
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 ==
.