Struct aws_sdk_macie2::model::FindingActor
source · [−]#[non_exhaustive]pub struct FindingActor { /* private fields */ }
Expand description
Provides information about an entity that performed an action that produced a policy finding for a resource.
Implementations
sourceimpl FindingActor
impl FindingActor
sourcepub fn domain_details(&self) -> Option<&DomainDetails>
pub fn domain_details(&self) -> Option<&DomainDetails>
The domain name of the device that the entity used to perform the action on the affected resource.
sourcepub fn ip_address_details(&self) -> Option<&IpAddressDetails>
pub fn ip_address_details(&self) -> 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.
sourcepub fn user_identity(&self) -> Option<&UserIdentity>
pub fn user_identity(&self) -> Option<&UserIdentity>
The type and other characteristics of the entity that performed the action on the affected resource.
sourceimpl FindingActor
impl FindingActor
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FindingActor
.
Trait Implementations
sourceimpl Clone for FindingActor
impl Clone for FindingActor
sourcefn clone(&self) -> FindingActor
fn clone(&self) -> FindingActor
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 FindingActor
impl Debug for FindingActor
sourceimpl PartialEq<FindingActor> for FindingActor
impl PartialEq<FindingActor> for FindingActor
sourcefn eq(&self, other: &FindingActor) -> bool
fn eq(&self, other: &FindingActor) -> bool
impl StructuralPartialEq for FindingActor
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
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