Struct aws_sdk_securityhub::model::PortProbeAction
source · #[non_exhaustive]pub struct PortProbeAction { /* private fields */ }
Expand description
Provided if ActionType
is PORT_PROBE
. It provides details about the attempted port probe that was detected.
Implementations§
source§impl PortProbeAction
impl PortProbeAction
sourcepub fn port_probe_details(&self) -> Option<&[PortProbeDetail]>
pub fn port_probe_details(&self) -> Option<&[PortProbeDetail]>
Information about the ports affected by the port probe.
source§impl PortProbeAction
impl PortProbeAction
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PortProbeAction
.
Trait Implementations§
source§impl Clone for PortProbeAction
impl Clone for PortProbeAction
source§fn clone(&self) -> PortProbeAction
fn clone(&self) -> PortProbeAction
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 PortProbeAction
impl Debug for PortProbeAction
source§impl PartialEq<PortProbeAction> for PortProbeAction
impl PartialEq<PortProbeAction> for PortProbeAction
source§fn eq(&self, other: &PortProbeAction) -> bool
fn eq(&self, other: &PortProbeAction) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.