Struct aws_sdk_securityhub::model::action::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for Action
Implementations
The type of action that was detected. The possible action types are:
-
NETWORK_CONNECTION -
AWS_API_CALL -
DNS_REQUEST -
PORT_PROBE
The type of action that was detected. The possible action types are:
-
NETWORK_CONNECTION -
AWS_API_CALL -
DNS_REQUEST -
PORT_PROBE
Included if ActionType is NETWORK_CONNECTION. Provides details
about the network connection that was detected.
Included if ActionType is NETWORK_CONNECTION. Provides details
about the network connection that was detected.
Included if ActionType is AWS_API_CALL. Provides details about
the API call that was detected.
Included if ActionType is AWS_API_CALL. Provides details about
the API call that was detected.
Included if ActionType is DNS_REQUEST. Provides details about
the DNS request that was detected.
Included if ActionType is DNS_REQUEST. Provides details about
the DNS request that was detected.
Included if ActionType is PORT_PROBE. Provides details about
the port probe that was detected.
Included if ActionType is PORT_PROBE. Provides details about
the port probe that was detected.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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
