Struct aws_sdk_macie2::model::IpOwner
source · [−]#[non_exhaustive]pub struct IpOwner { /* private fields */ }
Expand description
Provides information about the registered owner of an IP address.
Implementations
sourceimpl IpOwner
impl IpOwner
sourcepub fn asn(&self) -> Option<&str>
pub fn asn(&self) -> Option<&str>
The autonomous system number (ASN) for the autonomous system that included the IP address.
sourcepub fn asn_org(&self) -> Option<&str>
pub fn asn_org(&self) -> Option<&str>
The organization identifier that's associated with the autonomous system number (ASN) for the autonomous system that included the IP address.
Trait Implementations
impl StructuralPartialEq for IpOwner
Auto Trait Implementations
impl RefUnwindSafe for IpOwner
impl Send for IpOwner
impl Sync for IpOwner
impl Unpin for IpOwner
impl UnwindSafe for IpOwner
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