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)


613
614
615
# File 'sig/types.rbs', line 613

def code
  @code
end

#type::Integer

Returns the value of attribute type.

Returns:

  • (::Integer)


612
613
614
# File 'sig/types.rbs', line 612

def type
  @type
end