#[non_exhaustive]pub struct DescribeIpRestrictionOutput { /* private fields */ }Implementations
sourceimpl 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.
sourceimpl DescribeIpRestrictionOutput
impl DescribeIpRestrictionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeIpRestrictionOutput.
Trait Implementations
sourceimpl Clone for DescribeIpRestrictionOutput
impl Clone for DescribeIpRestrictionOutput
sourcefn clone(&self) -> DescribeIpRestrictionOutput
fn clone(&self) -> DescribeIpRestrictionOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DescribeIpRestrictionOutput
impl Debug for DescribeIpRestrictionOutput
sourceimpl PartialEq<DescribeIpRestrictionOutput> for DescribeIpRestrictionOutput
impl PartialEq<DescribeIpRestrictionOutput> for DescribeIpRestrictionOutput
sourcefn eq(&self, other: &DescribeIpRestrictionOutput) -> bool
fn eq(&self, other: &DescribeIpRestrictionOutput) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more