Class: Aws::Types::ItemizedCharge
- Inherits:
-
Object
- Object
- Aws::Types::ItemizedCharge
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#charge_reference ⇒ ::String
Returns the value of attribute charge_reference.
-
#dimension_key ⇒ ::String
Returns the value of attribute dimension_key.
-
#incremental_charge_amount ⇒ ::String
Returns the value of attribute incremental_charge_amount.
-
#new_quantity ⇒ ::Integer
Returns the value of attribute new_quantity.
-
#old_quantity ⇒ ::Integer
Returns the value of attribute old_quantity.
Instance Attribute Details
#charge_reference ⇒ ::String
Returns the value of attribute charge_reference.
538 539 540 |
# File 'sig/types.rbs', line 538 def charge_reference @charge_reference end |
#dimension_key ⇒ ::String
Returns the value of attribute dimension_key.
535 536 537 |
# File 'sig/types.rbs', line 535 def dimension_key @dimension_key end |
#incremental_charge_amount ⇒ ::String
Returns the value of attribute incremental_charge_amount.
539 540 541 |
# File 'sig/types.rbs', line 539 def incremental_charge_amount @incremental_charge_amount end |
#new_quantity ⇒ ::Integer
Returns the value of attribute new_quantity.
536 537 538 |
# File 'sig/types.rbs', line 536 def new_quantity @new_quantity end |
#old_quantity ⇒ ::Integer
Returns the value of attribute old_quantity.
537 538 539 |
# File 'sig/types.rbs', line 537 def old_quantity @old_quantity end |