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.
10799 10800 10801 |
# File 'sig/types.rbs', line 10799 def code @code end |
#type ⇒ ::Integer
Returns the value of attribute type.
10800 10801 10802 |
# File 'sig/types.rbs', line 10800 def type @type end |