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