Class: Aws::Types::SavingsPlansUtilizationAggregates
- Inherits:
-
Object
- Object
- Aws::Types::SavingsPlansUtilizationAggregates
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amortized_commitment ⇒ Types::SavingsPlansAmortizedCommitment
Returns the value of attribute amortized_commitment.
-
#savings ⇒ Types::SavingsPlansSavings
Returns the value of attribute savings.
-
#utilization ⇒ Types::SavingsPlansUtilization
Returns the value of attribute utilization.
Instance Attribute Details
#amortized_commitment ⇒ Types::SavingsPlansAmortizedCommitment
Returns the value of attribute amortized_commitment.
1451 1452 1453 |
# File 'sig/types.rbs', line 1451 def amortized_commitment @amortized_commitment end |
#savings ⇒ Types::SavingsPlansSavings
Returns the value of attribute savings.
1450 1451 1452 |
# File 'sig/types.rbs', line 1450 def savings @savings end |
#utilization ⇒ Types::SavingsPlansUtilization
Returns the value of attribute utilization.
1449 1450 1451 |
# File 'sig/types.rbs', line 1449 def utilization @utilization end |