Class: Aws::Types::NetworkAclIcmpTypeCode
- Inherits:
-
Object
- Object
- Aws::Types::NetworkAclIcmpTypeCode
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::Integer
Returns the value of attribute code.
-
#type ⇒ ::Integer
Returns the value of attribute type.
Instance Attribute Details
#code ⇒ ::Integer
Returns the value of attribute code.
679 680 681 |
# File 'sig/types.rbs', line 679 def code @code end |
#type ⇒ ::Integer
Returns the value of attribute type.
680 681 682 |
# File 'sig/types.rbs', line 680 def type @type end |