Class: Aws::Types::MonetaryAmount

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#amount::Float

Returns the value of attribute amount.

Returns:



129
130
131
# File 'sig/types.rbs', line 129

def amount
  @amount
end

#unit"USD"

Returns the value of attribute unit.

Returns:



130
131
132
# File 'sig/types.rbs', line 130

def unit
  @unit
end