Struct aws_sdk_macie2::model::FindingAction [−][src]
#[non_exhaustive]pub struct FindingAction {
pub action_type: Option<FindingActionType>,
pub api_call_details: Option<ApiCallDetails>,
}
Expand description
Provides information about an action that occurred for a resource and produced a policy finding.
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.action_type: 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.
api_call_details: 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.
Implementations
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.
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.
Creates a new builder-style object to manufacture FindingAction
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 FindingAction
impl Send for FindingAction
impl Sync for FindingAction
impl Unpin for FindingAction
impl UnwindSafe for FindingAction
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