SavingsPlansCoverageData class
Specific coverage percentage, On-Demand costs, and spend covered by Savings Plans, and total Savings Plans costs for an account.
Constructors
- SavingsPlansCoverageData({String? coveragePercentage, String? onDemandCost, String? spendCoveredBySavingsPlans, String? totalCost})
-
SavingsPlansCoverageData.fromJson(Map<
String, dynamic> json) -
factory
Properties
- coveragePercentage → String?
-
The percentage of your existing Savings Plans covered usage, divided by all
of your eligible Savings Plans usage in an account(or set of accounts).
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- onDemandCost → String?
-
The cost of your AWS usage at the public On-Demand rate.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- spendCoveredBySavingsPlans → String?
-
The amount of your AWS usage that is covered by a Savings Plans.
final
- totalCost → String?
-
The total cost of your AWS usage, regardless of your purchase option.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited