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)


6220
6221
6222
# File 'sig/types.rbs', line 6220

def code
  @code
end

#type::Integer

Returns the value of attribute type.

Returns:

  • (::Integer)


6221
6222
6223
# File 'sig/types.rbs', line 6221

def type
  @type
end