RightsizingRecommendationSummary class
Summary of rightsizing recommendations
Constructors
- RightsizingRecommendationSummary({String? estimatedTotalMonthlySavingsAmount, String? savingsCurrencyCode, String? savingsPercentage, String? totalRecommendationCount})
-
RightsizingRecommendationSummary.fromJson(Map<
String, dynamic> json) -
factory
Properties
- estimatedTotalMonthlySavingsAmount → String?
-
Estimated total savings resulting from modifications, on a monthly basis.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- savingsCurrencyCode → String?
-
The currency code that AWS used to calculate the savings.
final
- savingsPercentage → String?
-
Savings percentage based on the recommended modifications, relative to the
total On-Demand costs associated with these instances.
final
- totalRecommendationCount → String?
-
Total number of instance recommendations.
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