ReservationPurchaseRecommendationSummary class
A summary about this recommendation, such as the currency code, the amount that AWS estimates that you could save, and the total amount of reservation to purchase.
Constructors
- ReservationPurchaseRecommendationSummary({String? currencyCode, String? totalEstimatedMonthlySavingsAmount, String? totalEstimatedMonthlySavingsPercentage})
-
ReservationPurchaseRecommendationSummary.fromJson(Map<
String, dynamic> json) -
factory
Properties
- currencyCode → String?
-
The currency code used for this recommendation.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- totalEstimatedMonthlySavingsAmount → String?
-
The total amount that AWS estimates that this recommendation could save you
in a month.
final
- totalEstimatedMonthlySavingsPercentage → String?
-
The total amount that AWS estimates that this recommendation could save you
in a month, as a percentage of your costs.
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