Struct aws_sdk_macie2::model::FindingActor [−][src]
#[non_exhaustive]pub struct FindingActor {
pub domain_details: Option<DomainDetails>,
pub ip_address_details: Option<IpAddressDetails>,
pub user_identity: Option<UserIdentity>,
}
Expand description
Provides information about an entity that performed an action that produced a policy finding for a resource.
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.domain_details: Option<DomainDetails>
The domain name of the device that the entity used to perform the action on the affected resource.
ip_address_details: Option<IpAddressDetails>
The IP address of the device that the entity used to perform the action on the affected resource. This object also provides information such as the owner and geographic location for the IP address.
user_identity: Option<UserIdentity>
The type and other characteristics of the entity that performed the action on the affected resource.
Implementations
The domain name of the device that the entity used to perform the action on the affected resource.
The IP address of the device that the entity used to perform the action on the affected resource. This object also provides information such as the owner and geographic location for the IP address.
The type and other characteristics of the entity that performed the action on the affected resource.
Creates a new builder-style object to manufacture FindingActor
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for FindingActor
impl Send for FindingActor
impl Sync for FindingActor
impl Unpin for FindingActor
impl UnwindSafe for FindingActor
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