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.
905 906 907 |
# File 'sig/types.rbs', line 905 def currency_code @currency_code end |
#id ⇒ ::String
Returns the value of attribute id.
903 904 905 |
# File 'sig/types.rbs', line 903 def id @id end |
#max_total_charge_amount ⇒ ::String
Returns the value of attribute max_total_charge_amount.
906 907 908 |
# File 'sig/types.rbs', line 906 def max_total_charge_amount @max_total_charge_amount end |
#type ⇒ "ByolPricingTerm", ...
Returns the value of attribute type.
904 905 906 |
# File 'sig/types.rbs', line 904 def type @type end |