Class: Aws::Types::PortRange

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#from::Integer

Returns the value of attribute from.

Returns:

  • (::Integer)


992
993
994
# File 'sig/types.rbs', line 992

def from
  @from
end

#to::Integer

Returns the value of attribute to.

Returns:

  • (::Integer)


993
994
995
# File 'sig/types.rbs', line 993

def to
  @to
end