Struct aws_sdk_macie2::model::IpOwner [−][src]
#[non_exhaustive]pub struct IpOwner {
pub asn: Option<String>,
pub asn_org: Option<String>,
pub isp: Option<String>,
pub org: Option<String>,
}
Expand description
Provides information about the registered owner of an IP address.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.asn: Option<String>
The autonomous system number (ASN) for the autonomous system that included the IP address.
asn_org: Option<String>
The organization identifier that's associated with the autonomous system number (ASN) for the autonomous system that included the IP address.
isp: Option<String>
The name of the internet service provider (ISP) that owned the IP address.
org: Option<String>
The name of the organization that owned the IP address.
Implementations
The autonomous system number (ASN) for the autonomous system that included the IP address.
The organization identifier that's associated with the autonomous system number (ASN) for the autonomous system that included the IP address.
The name of the internet service provider (ISP) that owned the IP address.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for IpOwner
impl UnwindSafe for IpOwner
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more