Class: Aws::Types::USD

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cents::Integer

Returns the value of attribute cents.

Returns:

  • (::Integer)


11816
11817
11818
# File 'sig/types.rbs', line 11816

def cents
  @cents
end

#dollars::Integer

Returns the value of attribute dollars.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


11817
11818
11819
# File 'sig/types.rbs', line 11817

def tenth_fractions_of_a_cent
  @tenth_fractions_of_a_cent
end