Class: Aws::Types::SavingsPlansUtilization
- Inherits:
-
Object
- Object
- Aws::Types::SavingsPlansUtilization
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#total_commitment ⇒ ::String
Returns the value of attribute total_commitment.
-
#unused_commitment ⇒ ::String
Returns the value of attribute unused_commitment.
-
#used_commitment ⇒ ::String
Returns the value of attribute used_commitment.
-
#utilization_percentage ⇒ ::String
Returns the value of attribute utilization_percentage.
Instance Attribute Details
#total_commitment ⇒ ::String
Returns the value of attribute total_commitment.
1441 1442 1443 |
# File 'sig/types.rbs', line 1441 def total_commitment @total_commitment end |
#unused_commitment ⇒ ::String
Returns the value of attribute unused_commitment.
1443 1444 1445 |
# File 'sig/types.rbs', line 1443 def unused_commitment @unused_commitment end |
#used_commitment ⇒ ::String
Returns the value of attribute used_commitment.
1442 1443 1444 |
# File 'sig/types.rbs', line 1442 def used_commitment @used_commitment end |
#utilization_percentage ⇒ ::String
Returns the value of attribute utilization_percentage.
1444 1445 1446 |
# File 'sig/types.rbs', line 1444 def utilization_percentage @utilization_percentage end |