Class: Aws::Types::Amount

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#currency_amount::String

Returns the value of attribute currency_amount.

Returns:

  • (::String)


31
32
33
# File 'sig/types.rbs', line 31

def currency_amount
  @currency_amount
end

#currency_code::String

Returns the value of attribute currency_code.

Returns:

  • (::String)


30
31
32
# File 'sig/types.rbs', line 30

def currency_code
  @currency_code
end