Class: Aws::Types::TaxBreakdownItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#amount::String

Returns the value of attribute amount.

Returns:

  • (::String)


887
888
889
# File 'sig/types.rbs', line 887

def amount
  @amount
end

#rate::String

Returns the value of attribute rate.

Returns:

  • (::String)


888
889
890
# File 'sig/types.rbs', line 888

def rate
  @rate
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


889
890
891
# File 'sig/types.rbs', line 889

def type
  @type
end