Class: Aws::Types::PriceWithCurrency

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#currency::String

Returns the value of attribute currency.

Returns:

  • (::String)


398
399
400
# File 'sig/types.rbs', line 398

def currency
  @currency
end

#price::Float

Returns the value of attribute price.

Returns:

  • (::Float)


397
398
399
# File 'sig/types.rbs', line 397

def price
  @price
end