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