Class: Aws::Types::SavingsPlansUtilizationByTime
- Inherits:
-
Object
- Object
- Aws::Types::SavingsPlansUtilizationByTime
- 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.
-
#time_period ⇒ Types::DateInterval
Returns the value of attribute time_period.
-
#utilization ⇒ Types::SavingsPlansUtilization
Returns the value of attribute utilization.
Instance Attribute Details
#amortized_commitment ⇒ Types::SavingsPlansAmortizedCommitment
Returns the value of attribute amortized_commitment.
1459 1460 1461 |
# File 'sig/types.rbs', line 1459 def amortized_commitment @amortized_commitment end |
#savings ⇒ Types::SavingsPlansSavings
Returns the value of attribute savings.
1458 1459 1460 |
# File 'sig/types.rbs', line 1458 def savings @savings end |
#time_period ⇒ Types::DateInterval
Returns the value of attribute time_period.
1456 1457 1458 |
# File 'sig/types.rbs', line 1456 def time_period @time_period end |
#utilization ⇒ Types::SavingsPlansUtilization
Returns the value of attribute utilization.
1457 1458 1459 |
# File 'sig/types.rbs', line 1457 def utilization @utilization end |