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)


1848
1849
1850
# File 'sig/types.rbs', line 1848

def max_port
  @max_port
end

#min_port::Integer

Returns the value of attribute min_port.

Returns:

  • (::Integer)


1847
1848
1849
# File 'sig/types.rbs', line 1847

def min_port
  @min_port
end