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.
11284 11285 11286 |
# File 'sig/types.rbs', line 11284 def code @code end |
#type ⇒ ::Integer
Returns the value of attribute type.
11285 11286 11287 |
# File 'sig/types.rbs', line 11285 def type @type end |