Class: Aws::Types::SavingsPlansUtilizationDetail
- Inherits:
-
Object
- Object
- Aws::Types::SavingsPlansUtilizationDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amortized_commitment ⇒ Types::SavingsPlansAmortizedCommitment
Returns the value of attribute amortized_commitment.
-
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
-
#savings ⇒ Types::SavingsPlansSavings
Returns the value of attribute savings.
-
#savings_plan_arn ⇒ ::String
Returns the value of attribute savings_plan_arn.
-
#utilization ⇒ Types::SavingsPlansUtilization
Returns the value of attribute utilization.
Instance Attribute Details
#amortized_commitment ⇒ Types::SavingsPlansAmortizedCommitment
Returns the value of attribute amortized_commitment.
1468 1469 1470 |
# File 'sig/types.rbs', line 1468 def amortized_commitment @amortized_commitment end |
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
1465 1466 1467 |
# File 'sig/types.rbs', line 1465 def attributes @attributes end |
#savings ⇒ Types::SavingsPlansSavings
Returns the value of attribute savings.
1467 1468 1469 |
# File 'sig/types.rbs', line 1467 def savings @savings end |
#savings_plan_arn ⇒ ::String
Returns the value of attribute savings_plan_arn.
1464 1465 1466 |
# File 'sig/types.rbs', line 1464 def savings_plan_arn @savings_plan_arn end |
#utilization ⇒ Types::SavingsPlansUtilization
Returns the value of attribute utilization.
1466 1467 1468 |
# File 'sig/types.rbs', line 1466 def utilization @utilization end |