Class: Aws::Types::AgeRange

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#high::Integer

Returns the value of attribute high.



16
17
18
# File 'sig/types.rbs', line 16

def high
  @high
end

#low::Integer

Returns the value of attribute low.



15
16
17
# File 'sig/types.rbs', line 15

def low
  @low
end