Class: Aws::Types::SavingsPlansCoverageData
- Inherits:
-
Object
- Object
- Aws::Types::SavingsPlansCoverageData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#coverage_percentage ⇒ ::String
Returns the value of attribute coverage_percentage.
-
#on_demand_cost ⇒ ::String
Returns the value of attribute on_demand_cost.
-
#spend_covered_by_savings_plans ⇒ ::String
Returns the value of attribute spend_covered_by_savings_plans.
-
#total_cost ⇒ ::String
Returns the value of attribute total_cost.
Instance Attribute Details
#coverage_percentage ⇒ ::String
Returns the value of attribute coverage_percentage.
1332 1333 1334 |
# File 'sig/types.rbs', line 1332 def coverage_percentage @coverage_percentage end |
#on_demand_cost ⇒ ::String
Returns the value of attribute on_demand_cost.
1330 1331 1332 |
# File 'sig/types.rbs', line 1330 def on_demand_cost @on_demand_cost end |
#spend_covered_by_savings_plans ⇒ ::String
Returns the value of attribute spend_covered_by_savings_plans.
1329 1330 1331 |
# File 'sig/types.rbs', line 1329 def spend_covered_by_savings_plans @spend_covered_by_savings_plans end |
#total_cost ⇒ ::String
Returns the value of attribute total_cost.
1331 1332 1333 |
# File 'sig/types.rbs', line 1331 def total_cost @total_cost end |