class AWS::Record::Model
def integer_attr name, options = {}
(**options)-
:set(Boolean) -- When true this attribute
Parameters:
-
options(Hash) -- -
name(Symbol) -- The name of the attribute.
def integer_attr name, options = {} add_attribute(Attributes::IntegerAttr.new(name, options)) end