Struct aws_sdk_shield::model::AttackVectorDescription
source · [−]#[non_exhaustive]pub struct AttackVectorDescription { /* private fields */ }
Expand description
Describes the attack.
Implementations
sourceimpl 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
sourceimpl AttackVectorDescription
impl AttackVectorDescription
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AttackVectorDescription
.
Trait Implementations
sourceimpl Clone for AttackVectorDescription
impl Clone for AttackVectorDescription
sourcefn clone(&self) -> AttackVectorDescription
fn clone(&self) -> AttackVectorDescription
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for AttackVectorDescription
impl Debug for AttackVectorDescription
sourceimpl PartialEq<AttackVectorDescription> for AttackVectorDescription
impl PartialEq<AttackVectorDescription> for AttackVectorDescription
sourcefn eq(&self, other: &AttackVectorDescription) -> bool
fn eq(&self, other: &AttackVectorDescription) -> bool
impl StructuralPartialEq for AttackVectorDescription
Auto Trait Implementations
impl RefUnwindSafe for AttackVectorDescription
impl Send for AttackVectorDescription
impl Sync for AttackVectorDescription
impl Unpin for AttackVectorDescription
impl UnwindSafe for AttackVectorDescription
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more