Struct aws_sdk_ec2::model::SecurityGroupIdentifier
source · #[non_exhaustive]pub struct SecurityGroupIdentifier { /* private fields */ }
Expand description
Describes a security group.
Implementations§
source§impl SecurityGroupIdentifier
impl SecurityGroupIdentifier
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SecurityGroupIdentifier
.
Trait Implementations§
source§impl Clone for SecurityGroupIdentifier
impl Clone for SecurityGroupIdentifier
source§fn clone(&self) -> SecurityGroupIdentifier
fn clone(&self) -> SecurityGroupIdentifier
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 SecurityGroupIdentifier
impl Debug for SecurityGroupIdentifier
source§impl PartialEq<SecurityGroupIdentifier> for SecurityGroupIdentifier
impl PartialEq<SecurityGroupIdentifier> for SecurityGroupIdentifier
source§fn eq(&self, other: &SecurityGroupIdentifier) -> bool
fn eq(&self, other: &SecurityGroupIdentifier) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.