Class: Aws::Types::PortRangeFromTo

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)


6878
6879
6880
# File 'sig/types.rbs', line 6878

def from
  @from
end

#to::Integer

Returns the value of attribute to.

Returns:

  • (::Integer)


6879
6880
6881
# File 'sig/types.rbs', line 6879

def to
  @to
end