Class: Aws::Types::AttackStatisticsDataItem
- Inherits:
-
Object
- Object
- Aws::Types::AttackStatisticsDataItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attack_count ⇒ ::Integer
Returns the value of attribute attack_count.
-
#attack_volume ⇒ Types::AttackVolume
Returns the value of attribute attack_volume.
Instance Attribute Details
#attack_count ⇒ ::Integer
Returns the value of attribute attack_count.
83 84 85 |
# File 'sig/types.rbs', line 83 def attack_count @attack_count end |
#attack_volume ⇒ Types::AttackVolume
Returns the value of attribute attack_volume.
82 83 84 |
# File 'sig/types.rbs', line 82 def attack_volume @attack_volume end |