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)


15841
15842
15843
# File 'sig/types.rbs', line 15841

def from
  @from
end

#to::Integer

Returns the value of attribute to.

Returns:

  • (::Integer)


15842
15843
15844
# File 'sig/types.rbs', line 15842

def to
  @to
end