Class: Aws::Types::IcmpTypeCode
- Inherits:
-
Object
- Object
- Aws::Types::IcmpTypeCode
- 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.
6220 6221 6222 |
# File 'sig/types.rbs', line 6220 def code @code end |
#type ⇒ ::Integer
Returns the value of attribute type.
6221 6222 6223 |
# File 'sig/types.rbs', line 6221 def type @type end |