Struct aws_sdk_macie2::model::IpAddressDetails
source · [−]#[non_exhaustive]pub struct IpAddressDetails { /* private fields */ }
Expand description
Provides information about the IP address of the device that an entity used to perform an action on an affected resource.
Implementations
sourceimpl IpAddressDetails
impl IpAddressDetails
sourcepub fn ip_address_v4(&self) -> Option<&str>
pub fn ip_address_v4(&self) -> Option<&str>
The Internet Protocol version 4 (IPv4) address of the device.
sourcepub fn ip_country(&self) -> Option<&IpCountry>
pub fn ip_country(&self) -> Option<&IpCountry>
The country that the IP address originated from.
sourcepub fn ip_geo_location(&self) -> Option<&IpGeoLocation>
pub fn ip_geo_location(&self) -> Option<&IpGeoLocation>
The geographic coordinates of the location that the IP address originated from.
sourceimpl IpAddressDetails
impl IpAddressDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture IpAddressDetails
.
Trait Implementations
sourceimpl Clone for IpAddressDetails
impl Clone for IpAddressDetails
sourcefn clone(&self) -> IpAddressDetails
fn clone(&self) -> IpAddressDetails
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 IpAddressDetails
impl Debug for IpAddressDetails
sourceimpl PartialEq<IpAddressDetails> for IpAddressDetails
impl PartialEq<IpAddressDetails> for IpAddressDetails
sourcefn eq(&self, other: &IpAddressDetails) -> bool
fn eq(&self, other: &IpAddressDetails) -> bool
impl StructuralPartialEq for IpAddressDetails
Auto Trait Implementations
impl RefUnwindSafe for IpAddressDetails
impl Send for IpAddressDetails
impl Sync for IpAddressDetails
impl Unpin for IpAddressDetails
impl UnwindSafe for IpAddressDetails
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