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