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)


11900
11901
11902
# File 'sig/types.rbs', line 11900

def cents
  @cents
end

#dollars::Integer

Returns the value of attribute dollars.

Returns:

  • (::Integer)


11899
11900
11901
# File 'sig/types.rbs', line 11899

def dollars
  @dollars
end

#tenth_fractions_of_a_cent::Integer

Returns the value of attribute tenth_fractions_of_a_cent.

Returns:

  • (::Integer)


11901
11902
11903
# File 'sig/types.rbs', line 11901

def tenth_fractions_of_a_cent
  @tenth_fractions_of_a_cent
end