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)


10799
10800
10801
# File 'sig/types.rbs', line 10799

def code
  @code
end

#type::Integer

Returns the value of attribute type.

Returns:

  • (::Integer)


10800
10801
10802
# File 'sig/types.rbs', line 10800

def type
  @type
end