Class: Aws::Types::ServiceNodePortRange

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_port::Integer

Returns the value of attribute max_port.

Returns:

  • (::Integer)


1741
1742
1743
# File 'sig/types.rbs', line 1741

def max_port
  @max_port
end

#min_port::Integer

Returns the value of attribute min_port.

Returns:

  • (::Integer)


1740
1741
1742
# File 'sig/types.rbs', line 1740

def min_port
  @min_port
end