Class: Aws::NetworkFirewall::Types::Hits

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb

Overview

Attempts made to a access domain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#countInteger

The number of attempts made to access a domain.

Returns:

  • (Integer)


4553
4554
4555
4556
4557
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 4553

class Hits < Struct.new(
  :count)
  SENSITIVE = []
  include Aws::Structure
end