Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
SPDX-License-Identifier: CC-BY-SA-4.0
Represents an amount of money in United States dollars/
Cents The fractional portion, in cents, of the amount.
Type: Integer
Valid Range: Minimum value of 0. Maximum value of 99.
Required: No
Dollars The whole number of dollars in the amount.
Type: Integer
Valid Range: Minimum value of 0. Maximum value of 1.
Required: No
TenthFractionsOfACent Fractions of a cent, in tenths.
Type: Integer
Valid Range: Minimum value of 0. Maximum value of 9.
Required: No
For more information about using this API in one of the language-specific AWS SDKs, see the following: + AWS SDK for C++ + AWS SDK for Go + AWS SDK for Go - Pilot + AWS SDK for Java + AWS SDK for Ruby V2