#[non_exhaustive]pub struct RevokeSecurityGroupEgressOutput { /* private fields */ }
Implementations§
source§impl RevokeSecurityGroupEgressOutput
impl RevokeSecurityGroupEgressOutput
sourcepub fn return(&self) -> Option<bool>
pub fn return(&self) -> Option<bool>
Returns true
if the request succeeds; otherwise, returns an error.
sourcepub fn unknown_ip_permissions(&self) -> Option<&[IpPermission]>
pub fn unknown_ip_permissions(&self) -> Option<&[IpPermission]>
The outbound rules that were unknown to the service. In some cases, unknownIpPermissionSet
might be in a different format from the request parameter.
source§impl RevokeSecurityGroupEgressOutput
impl RevokeSecurityGroupEgressOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RevokeSecurityGroupEgressOutput
.
Trait Implementations§
source§impl Clone for RevokeSecurityGroupEgressOutput
impl Clone for RevokeSecurityGroupEgressOutput
source§fn clone(&self) -> RevokeSecurityGroupEgressOutput
fn clone(&self) -> RevokeSecurityGroupEgressOutput
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 PartialEq<RevokeSecurityGroupEgressOutput> for RevokeSecurityGroupEgressOutput
impl PartialEq<RevokeSecurityGroupEgressOutput> for RevokeSecurityGroupEgressOutput
source§fn eq(&self, other: &RevokeSecurityGroupEgressOutput) -> bool
fn eq(&self, other: &RevokeSecurityGroupEgressOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.