Struct aws_sdk_ec2::operation::revoke_security_group_ingress::RevokeSecurityGroupIngressOutput
source · #[non_exhaustive]pub struct RevokeSecurityGroupIngressOutput { /* private fields */ }
Implementations§
source§impl RevokeSecurityGroupIngressOutput
impl RevokeSecurityGroupIngressOutput
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 inbound rules that were unknown to the service. In some cases, unknownIpPermissionSet
might be in a different format from the request parameter.
source§impl RevokeSecurityGroupIngressOutput
impl RevokeSecurityGroupIngressOutput
sourcepub fn builder() -> RevokeSecurityGroupIngressOutputBuilder
pub fn builder() -> RevokeSecurityGroupIngressOutputBuilder
Creates a new builder-style object to manufacture RevokeSecurityGroupIngressOutput
.
Trait Implementations§
source§impl Clone for RevokeSecurityGroupIngressOutput
impl Clone for RevokeSecurityGroupIngressOutput
source§fn clone(&self) -> RevokeSecurityGroupIngressOutput
fn clone(&self) -> RevokeSecurityGroupIngressOutput
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<RevokeSecurityGroupIngressOutput> for RevokeSecurityGroupIngressOutput
impl PartialEq<RevokeSecurityGroupIngressOutput> for RevokeSecurityGroupIngressOutput
source§fn eq(&self, other: &RevokeSecurityGroupIngressOutput) -> bool
fn eq(&self, other: &RevokeSecurityGroupIngressOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for RevokeSecurityGroupIngressOutput
impl RequestId for RevokeSecurityGroupIngressOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for RevokeSecurityGroupIngressOutput
Auto Trait Implementations§
impl RefUnwindSafe for RevokeSecurityGroupIngressOutput
impl Send for RevokeSecurityGroupIngressOutput
impl Sync for RevokeSecurityGroupIngressOutput
impl Unpin for RevokeSecurityGroupIngressOutput
impl UnwindSafe for RevokeSecurityGroupIngressOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more