class Aws::SageMaker::Types::USD

Represents an amount of money in United States dollars.

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

data as a hash:

    {
      dollars: 1,
      cents: 1,
      tenth_fractions_of_a_cent: 1,
    }

@!attribute [rw] dollars

The whole number of dollars in the amount.
@return [Integer]

@!attribute [rw] cents

The fractional portion, in cents, of the amount.
@return [Integer]

@!attribute [rw] tenth_fractions_of_a_cent

Fractions of a cent, in tenths.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/USD AWS API Documentation

Constants

SENSITIVE