Class: Aws::Types::PricingCurrencyAmount

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#amount::String

Returns the value of attribute amount.

Returns:

  • (::String)


665
666
667
# File 'sig/types.rbs', line 665

def amount
  @amount
end

#currency_code::String

Returns the value of attribute currency_code.

Returns:

  • (::String)


667
668
669
# File 'sig/types.rbs', line 667

def currency_code
  @currency_code
end

#max_adjustment_amount::String

Returns the value of attribute max_adjustment_amount.

Returns:

  • (::String)


666
667
668
# File 'sig/types.rbs', line 666

def max_adjustment_amount
  @max_adjustment_amount
end