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