Class: Aws::Types::IntegerRange

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#maximum ⇒ ::Integer

Returns the value of attribute maximum.

Returns:

  • (::Integer)


760
761
762
# File 'sig/types.rbs', line 760

def maximum
  @maximum
end

#minimum ⇒ ::Integer

Returns the value of attribute minimum.

Returns:

  • (::Integer)


759
760
761
# File 'sig/types.rbs', line 759

def minimum
  @minimum
end