Class: Aws::Types::AdditionalCharge
- Inherits:
-
Object
- Object
- Aws::Types::AdditionalCharge
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amount ⇒ ::String
Returns the value of attribute amount.
-
#charge_type ⇒ ::String
Returns the value of attribute charge_type.
-
#description ⇒ ::String
Returns the value of attribute description.
Instance Attribute Details
#amount ⇒ ::String
Returns the value of attribute amount.
24 25 26 |
# File 'sig/types.rbs', line 24 def amount @amount end |
#charge_type ⇒ ::String
Returns the value of attribute charge_type.
25 26 27 |
# File 'sig/types.rbs', line 25 def charge_type @charge_type end |
#description ⇒ ::String
Returns the value of attribute description.
23 24 25 |
# File 'sig/types.rbs', line 23 def description @description end |