Class: Aws::Types::IcmpTypeCode

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code::Integer

Returns the value of attribute code.

Returns:

  • (::Integer)


11060
11061
11062
# File 'sig/types.rbs', line 11060

def code
  @code
end

#type::Integer

Returns the value of attribute type.

Returns:

  • (::Integer)


11061
11062
11063
# File 'sig/types.rbs', line 11061

def type
  @type
end