Class: Aws::Types::SavingsPlansAmortizedCommitment
- Inherits:
-
Object
- Object
- Aws::Types::SavingsPlansAmortizedCommitment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amortized_recurring_commitment ⇒ ::String
Returns the value of attribute amortized_recurring_commitment.
-
#amortized_upfront_commitment ⇒ ::String
Returns the value of attribute amortized_upfront_commitment.
-
#total_amortized_commitment ⇒ ::String
Returns the value of attribute total_amortized_commitment.
Instance Attribute Details
#amortized_recurring_commitment ⇒ ::String
Returns the value of attribute amortized_recurring_commitment.
1315 1316 1317 |
# File 'sig/types.rbs', line 1315 def amortized_recurring_commitment @amortized_recurring_commitment end |
#amortized_upfront_commitment ⇒ ::String
Returns the value of attribute amortized_upfront_commitment.
1316 1317 1318 |
# File 'sig/types.rbs', line 1316 def amortized_upfront_commitment @amortized_upfront_commitment end |
#total_amortized_commitment ⇒ ::String
Returns the value of attribute total_amortized_commitment.
1317 1318 1319 |
# File 'sig/types.rbs', line 1317 def total_amortized_commitment @total_amortized_commitment end |