Class: Aws::Types::Price

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)


1283
1284
1285
# File 'sig/types.rbs', line 1283

def amount
  @amount
end

#currency"USDC"

Returns the value of attribute currency.

Returns:

  • ("USDC")


1284
1285
1286
# File 'sig/types.rbs', line 1284

def currency
  @currency
end