You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Glue::Types::DecimalNumber

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DecimalNumber as input to an Aws::Client method, you can use a vanilla Hash:

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

Contains a numeric value in decimal format.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#scaleInteger

The scale that determines where the decimal point falls in the unscaled value.

Returns:

  • (Integer)

    The scale that determines where the decimal point falls in the unscaled value.

#unscaled_valueString

The unscaled numeric value.

Returns:

  • (String)

    The unscaled numeric value.