class Aws::Glue::Types::DecimalNumber

Contains a numeric value in decimal format.

@note When making an API call, you may pass DecimalNumber

data as a hash:

    {
      unscaled_value: "data", # required
      scale: 1, # required
    }

@!attribute [rw] unscaled_value

The unscaled numeric value.
@return [String]

@!attribute [rw] scale

The scale that determines where the decimal point falls in the
unscaled value.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DecimalNumber AWS API Documentation

Constants

SENSITIVE