Class: Aws::Types::AttackVolume

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#bits_per_secondTypes::AttackVolumeStatistics

Returns the value of attribute bits_per_second.



102
103
104
# File 'sig/types.rbs', line 102

def bits_per_second
  @bits_per_second
end

#packets_per_secondTypes::AttackVolumeStatistics

Returns the value of attribute packets_per_second.



103
104
105
# File 'sig/types.rbs', line 103

def packets_per_second
  @packets_per_second
end

#requests_per_secondTypes::AttackVolumeStatistics

Returns the value of attribute requests_per_second.



104
105
106
# File 'sig/types.rbs', line 104

def requests_per_second
  @requests_per_second
end