DecimalNumber
public struct DecimalNumber : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The scale that determines where the decimal point falls in the unscaled value.
Declaration
Swift
public let scale: Int -
The unscaled numeric value.
Declaration
Swift
public let unscaledValue: Data -
Undocumented
Declaration
Swift
public init(scale: Int, unscaledValue: Data)
View on GitHub
DecimalNumber Structure Reference