Class: Aws::Types::AttackProperty
- Inherits:
-
Object
- Object
- Aws::Types::AttackProperty
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attack_layer ⇒ "NETWORK", "APPLICATION"
Returns the value of attribute attack_layer.
-
#attack_property_identifier ⇒ "DESTINATION_URL", ...
Returns the value of attribute attack_property_identifier.
-
#top_contributors ⇒ ::Array[Types::Contributor]
Returns the value of attribute top_contributors.
-
#total ⇒ ::Integer
Returns the value of attribute total.
-
#unit ⇒ "BITS", ...
Returns the value of attribute unit.
Instance Attribute Details
#attack_layer ⇒ "NETWORK", "APPLICATION"
Returns the value of attribute attack_layer.
73 74 75 |
# File 'sig/types.rbs', line 73 def attack_layer @attack_layer end |
#attack_property_identifier ⇒ "DESTINATION_URL", ...
Returns the value of attribute attack_property_identifier.
74 75 76 |
# File 'sig/types.rbs', line 74 def attack_property_identifier @attack_property_identifier end |
#top_contributors ⇒ ::Array[Types::Contributor]
Returns the value of attribute top_contributors.
75 76 77 |
# File 'sig/types.rbs', line 75 def top_contributors @top_contributors end |
#total ⇒ ::Integer
Returns the value of attribute total.
77 78 79 |
# File 'sig/types.rbs', line 77 def total @total end |
#unit ⇒ "BITS", ...
Returns the value of attribute unit.
76 77 78 |
# File 'sig/types.rbs', line 76 def unit @unit end |