Class: Aws::Types::NetworkAclIcmpTypeCode

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)


679
680
681
# File 'sig/types.rbs', line 679

def code
  @code
end

#type::Integer

Returns the value of attribute type.

Returns:

  • (::Integer)


680
681
682
# File 'sig/types.rbs', line 680

def type
  @type
end