#[non_exhaustive]pub struct DescribeIpRestrictionOutput { /* private fields */ }Implementations§
source§impl DescribeIpRestrictionOutput
impl DescribeIpRestrictionOutput
sourcepub fn aws_account_id(&self) -> Option<&str>
pub fn aws_account_id(&self) -> Option<&str>
The ID of the Amazon Web Services account that contains the IP rules.
sourcepub fn ip_restriction_rule_map(&self) -> Option<&HashMap<String, String>>
pub fn ip_restriction_rule_map(&self) -> Option<&HashMap<String, String>>
A map that describes the IP rules with CIDR range and description.
sourcepub fn request_id(&self) -> Option<&str>
pub fn request_id(&self) -> Option<&str>
The Amazon Web Services request ID for this operation.
source§impl DescribeIpRestrictionOutput
impl DescribeIpRestrictionOutput
sourcepub fn builder() -> DescribeIpRestrictionOutputBuilder
pub fn builder() -> DescribeIpRestrictionOutputBuilder
Creates a new builder-style object to manufacture DescribeIpRestrictionOutput.
Trait Implementations§
source§impl Clone for DescribeIpRestrictionOutput
impl Clone for DescribeIpRestrictionOutput
source§fn clone(&self) -> DescribeIpRestrictionOutput
fn clone(&self) -> DescribeIpRestrictionOutput
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 DescribeIpRestrictionOutput
impl Debug for DescribeIpRestrictionOutput
source§impl PartialEq<DescribeIpRestrictionOutput> for DescribeIpRestrictionOutput
impl PartialEq<DescribeIpRestrictionOutput> for DescribeIpRestrictionOutput
source§fn eq(&self, other: &DescribeIpRestrictionOutput) -> bool
fn eq(&self, other: &DescribeIpRestrictionOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DescribeIpRestrictionOutput
impl RequestId for DescribeIpRestrictionOutput
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 DescribeIpRestrictionOutput
Auto Trait Implementations§
impl RefUnwindSafe for DescribeIpRestrictionOutput
impl Send for DescribeIpRestrictionOutput
impl Sync for DescribeIpRestrictionOutput
impl Unpin for DescribeIpRestrictionOutput
impl UnwindSafe for DescribeIpRestrictionOutput
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