Class: Aws::Types::EstimatedTaxes
- Inherits:
-
Object
- Object
- Aws::Types::EstimatedTaxes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#breakdown ⇒ ::Array[Types::TaxBreakdownItem]
Returns the value of attribute breakdown.
-
#total_amount ⇒ ::String
Returns the value of attribute total_amount.
Instance Attribute Details
#breakdown ⇒ ::Array[Types::TaxBreakdownItem]
Returns the value of attribute breakdown.
385 386 387 |
# File 'sig/types.rbs', line 385 def breakdown @breakdown end |
#total_amount ⇒ ::String
Returns the value of attribute total_amount.
386 387 388 |
# File 'sig/types.rbs', line 386 def total_amount @total_amount end |