Class: Aws::FMS::Types::NetworkAclIcmpTypeCode

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-fms/types.rb

Overview

ICMP protocol: The ICMP type and code.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeInteger

ICMP code.

Returns:

  • (Integer)


2745
2746
2747
2748
2749
2750
# File 'lib/aws-sdk-fms/types.rb', line 2745

class NetworkAclIcmpTypeCode < Struct.new(
  :code,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeInteger

ICMP type.

Returns:

  • (Integer)


2745
2746
2747
2748
2749
2750
# File 'lib/aws-sdk-fms/types.rb', line 2745

class NetworkAclIcmpTypeCode < Struct.new(
  :code,
  :type)
  SENSITIVE = []
  include Aws::Structure
end