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
- Struct
- Aws::Glue::Types::DecimalNumber
- 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
-
#scale ⇒ Integer
The scale that determines where the decimal point falls in the unscaled value.
-
#unscaled_value ⇒ String
The unscaled numeric value.
Instance Attribute Details
#scale ⇒ Integer
The scale that determines where the decimal point falls in the unscaled value.
#unscaled_value ⇒ String
The unscaled numeric value.