SavingsPlanOfferingRate class

Information about a Savings Plan offering rate.

Constructors

SavingsPlanOfferingRate({String? operation, SavingsPlanProductType? productType, List<SavingsPlanOfferingRateProperty>? properties, String? rate, ParentSavingsPlanOffering? savingsPlanOffering, SavingsPlanRateServiceCode? serviceCode, SavingsPlanRateUnit? unit, String? usageType})
SavingsPlanOfferingRate.fromJson(Map<String, dynamic> json)
factory

Properties

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<SavingsPlanOfferingRateProperty>?
The properties.
final
rate String?
The Savings Plan rate.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
savingsPlanOffering ParentSavingsPlanOffering?
The Savings Plan offering.
final
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