Struct aws_sdk_macie2::model::FindingAction
source · [−]#[non_exhaustive]pub struct FindingAction { /* private fields */ }
Expand description
Provides information about an action that occurred for a resource and produced a policy finding.
Implementations
sourceimpl FindingAction
impl FindingAction
sourcepub fn action_type(&self) -> Option<&FindingActionType>
pub fn action_type(&self) -> Option<&FindingActionType>
The type of action that occurred for the affected resource. This value is typically AWS_API_CALL, which indicates that an entity invoked an API operation for the resource.
sourcepub fn api_call_details(&self) -> Option<&ApiCallDetails>
pub fn api_call_details(&self) -> Option<&ApiCallDetails>
The invocation details of the API operation that an entity invoked for the affected resource, if the value for the actionType property is AWS_API_CALL.
sourceimpl FindingAction
impl FindingAction
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FindingAction
.
Trait Implementations
sourceimpl Clone for FindingAction
impl Clone for FindingAction
sourcefn clone(&self) -> FindingAction
fn clone(&self) -> FindingAction
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 FindingAction
impl Debug for FindingAction
sourceimpl PartialEq<FindingAction> for FindingAction
impl PartialEq<FindingAction> for FindingAction
sourcefn eq(&self, other: &FindingAction) -> bool
fn eq(&self, other: &FindingAction) -> bool
impl StructuralPartialEq for FindingAction
Auto Trait Implementations
impl RefUnwindSafe for FindingAction
impl Send for FindingAction
impl Sync for FindingAction
impl Unpin for FindingAction
impl UnwindSafe for FindingAction
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