Class: Aws::Types::USD
- Inherits:
-
Object
- Object
- Aws::Types::USD
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cents ⇒ ::Integer
Returns the value of attribute cents.
-
#dollars ⇒ ::Integer
Returns the value of attribute dollars.
-
#tenth_fractions_of_a_cent ⇒ ::Integer
Returns the value of attribute tenth_fractions_of_a_cent.
Instance Attribute Details
#cents ⇒ ::Integer
Returns the value of attribute cents.
11816 11817 11818 |
# File 'sig/types.rbs', line 11816 def cents @cents end |
#dollars ⇒ ::Integer
Returns the value of attribute dollars.
11815 11816 11817 |
# File 'sig/types.rbs', line 11815 def dollars @dollars end |
#tenth_fractions_of_a_cent ⇒ ::Integer
Returns the value of attribute tenth_fractions_of_a_cent.
11817 11818 11819 |
# File 'sig/types.rbs', line 11817 def tenth_fractions_of_a_cent @tenth_fractions_of_a_cent end |