SavingsPlanRate class
Information about a Savings Plan rate.
Constructors
-
SavingsPlanRate({CurrencyCode? currency, String? operation, SavingsPlanProductType? productType, List<
SavingsPlanRateProperty> ? properties, String? rate, SavingsPlanRateServiceCode? serviceCode, SavingsPlanRateUnit? unit, String? usageType}) -
SavingsPlanRate.fromJson(Map<
String, dynamic> json) -
factory
Properties
- currency → CurrencyCode?
-
The currency.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- operation → String?
-
The specific AWS operation for the line item in the billing report.
final
- productType → SavingsPlanProductType?
-
The product type.
final
-
properties
→ List<
SavingsPlanRateProperty> ? -
The properties.
final
- rate → String?
-
The rate.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceCode → SavingsPlanRateServiceCode?
-
The service.
final
- unit → SavingsPlanRateUnit?
-
The unit.
final
- usageType → String?
-
The usage details of the line item in the billing report.
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