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

#max_range::Integer

Returns the value of attribute max_range.

Returns:

  • (::Integer)


1277
1278
1279
# File 'sig/types.rbs', line 1277

def max_range
  @max_range
end

#min_range::Integer

Returns the value of attribute min_range.

Returns:

  • (::Integer)


1276
1277
1278
# File 'sig/types.rbs', line 1276

def min_range
  @min_range
end