Class: Aws::FMS::Types::NetworkAclIcmpTypeCode
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::NetworkAclIcmpTypeCode
- 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
-
#code ⇒ Integer
ICMP code.
-
#type ⇒ Integer
ICMP type.
Instance Attribute Details
#code ⇒ Integer
ICMP code.
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 |
#type ⇒ Integer
ICMP type.
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 |