Class: Aws::DeviceFarm::Types::MonetaryAmount

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb

Overview

A number that represents the monetary amount for an offering or transaction.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#amountFloat

The numerical amount of an offering or transaction.

Returns:

  • (Float)


3837
3838
3839
3840
3841
3842
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 3837

class MonetaryAmount < Struct.new(
  :amount,
  :currency_code)
  SENSITIVE = []
  include Aws::Structure
end

#currency_codeString

The currency code of a monetary amount. For example, USD means U.S. dollars.

Returns:

  • (String)


3837
3838
3839
3840
3841
3842
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 3837

class MonetaryAmount < Struct.new(
  :amount,
  :currency_code)
  SENSITIVE = []
  include Aws::Structure
end