Class: Aws::Types::VariablePaymentTerm
- Inherits:
-
Object
- Object
- Aws::Types::VariablePaymentTerm
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#max_total_charge_amount ⇒ ::String
Returns the value of attribute max_total_charge_amount.
-
#type ⇒ "ByolPricingTerm", ...
Returns the value of attribute type.
Instance Attribute Details
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
851 852 853 |
# File 'sig/types.rbs', line 851 def currency_code @currency_code end |
#id ⇒ ::String
Returns the value of attribute id.
849 850 851 |
# File 'sig/types.rbs', line 849 def id @id end |
#max_total_charge_amount ⇒ ::String
Returns the value of attribute max_total_charge_amount.
852 853 854 |
# File 'sig/types.rbs', line 852 def max_total_charge_amount @max_total_charge_amount end |
#type ⇒ "ByolPricingTerm", ...
Returns the value of attribute type.
850 851 852 |
# File 'sig/types.rbs', line 850 def type @type end |