Class: Aws::Shield::Types::AttackVectorDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::Shield::Types::AttackVectorDescription
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-shield/types.rb
Overview
Describes the attack.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#vector_type ⇒ String
The attack type.
Instance Attribute Details
#vector_type ⇒ String
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
385 386 387 388 389 |
# File 'lib/aws-sdk-shield/types.rb', line 385 class AttackVectorDescription < Struct.new( :vector_type) SENSITIVE = [] include Aws::Structure end |