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§
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() -> Builder
pub fn builder() -> Builder
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 ==
.