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)


11824
11825
11826
# File 'sig/types.rbs', line 11824

def cents
  @cents
end

#dollars::Integer

Returns the value of attribute dollars.

Returns:

  • (::Integer)


11823
11824
11825
# File 'sig/types.rbs', line 11823

def dollars
  @dollars
end

#tenth_fractions_of_a_cent::Integer

Returns the value of attribute tenth_fractions_of_a_cent.

Returns:

  • (::Integer)


11825
11826
11827
# File 'sig/types.rbs', line 11825

def tenth_fractions_of_a_cent
  @tenth_fractions_of_a_cent
end