Struct aws_sdk_shield::model::AttackVectorDescription
source · #[non_exhaustive]pub struct AttackVectorDescription { /* private fields */ }
Expand description
Describes the attack.
Implementations§
source§impl AttackVectorDescription
impl AttackVectorDescription
sourcepub fn vector_type(&self) -> Option<&str>
pub fn vector_type(&self) -> Option<&str>
The attack type. Valid values:
-
UDP_TRAFFIC
-
UDP_FRAGMENT
-
GENERIC_UDP_REFLECTION
-
DNS_REFLECTION
-
NTP_REFLECTION
-
CHARGEN_REFLECTION
-
SSDP_REFLECTION
-
PORT_MAPPER
-
RIP_REFLECTION
-
SNMP_REFLECTION
-
MSSQL_REFLECTION
-
NET_BIOS_REFLECTION
-
SYN_FLOOD
-
ACK_FLOOD
-
REQUEST_FLOOD
-
HTTP_REFLECTION
-
UDS_REFLECTION
-
MEMCACHED_REFLECTION
source§impl AttackVectorDescription
impl AttackVectorDescription
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AttackVectorDescription
.
Trait Implementations§
source§impl Clone for AttackVectorDescription
impl Clone for AttackVectorDescription
source§fn clone(&self) -> AttackVectorDescription
fn clone(&self) -> AttackVectorDescription
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 AttackVectorDescription
impl Debug for AttackVectorDescription
source§impl PartialEq<AttackVectorDescription> for AttackVectorDescription
impl PartialEq<AttackVectorDescription> for AttackVectorDescription
source§fn eq(&self, other: &AttackVectorDescription) -> bool
fn eq(&self, other: &AttackVectorDescription) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.