class Aws::SecurityHub::Types::IcmpTypeCode

An Internet Control Message Protocol (ICMP) type and code.

@note When making an API call, you may pass IcmpTypeCode

data as a hash:

    {
      code: 1,
      type: 1,
    }

@!attribute [rw] code

The ICMP code for which to deny or allow access. To deny or allow
all codes, use the value -1.
@return [Integer]

@!attribute [rw] type

The ICMP type for which to deny or allow access. To deny or allow
all types, use the value -1.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/IcmpTypeCode AWS API Documentation

Constants

SENSITIVE