Class: Aws::Types::TaxBreakdownItem
- Inherits:
-
Object
- Object
- Aws::Types::TaxBreakdownItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amount ⇒ ::String
Returns the value of attribute amount.
-
#rate ⇒ ::String
Returns the value of attribute rate.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#amount ⇒ ::String
Returns the value of attribute amount.
887 888 889 |
# File 'sig/types.rbs', line 887 def amount @amount end |
#rate ⇒ ::String
Returns the value of attribute rate.
888 889 890 |
# File 'sig/types.rbs', line 888 def rate @rate end |
#type ⇒ ::String
Returns the value of attribute type.
889 890 891 |
# File 'sig/types.rbs', line 889 def type @type end |