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)


11839
11840
11841
# File 'sig/types.rbs', line 11839

def cents
  @cents
end

#dollars::Integer

Returns the value of attribute dollars.

Returns:

  • (::Integer)


11838
11839
11840
# File 'sig/types.rbs', line 11838

def dollars
  @dollars
end

#tenth_fractions_of_a_cent::Integer

Returns the value of attribute tenth_fractions_of_a_cent.

Returns:

  • (::Integer)


11840
11841
11842
# File 'sig/types.rbs', line 11840

def tenth_fractions_of_a_cent
  @tenth_fractions_of_a_cent
end