Struct aws_sdk_macie2::types::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§
source§impl 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.
source§impl FindingAction
impl FindingAction
sourcepub fn builder() -> FindingActionBuilder
pub fn builder() -> FindingActionBuilder
Creates a new builder-style object to manufacture FindingAction.
Trait Implementations§
source§impl Clone for FindingAction
impl Clone for FindingAction
source§fn clone(&self) -> FindingAction
fn clone(&self) -> FindingAction
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for FindingAction
impl Debug for FindingAction
source§impl PartialEq<FindingAction> for FindingAction
impl PartialEq<FindingAction> for FindingAction
source§fn eq(&self, other: &FindingAction) -> bool
fn eq(&self, other: &FindingAction) -> bool
This method tests for
self and other values to be equal, and is used
by ==.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more