SavingsPlanOffering class
Information about a Savings Plan offering.
Constructors
-
SavingsPlanOffering({CurrencyCode? currency, String? description, int? durationSeconds, String? offeringId, String? operation, SavingsPlanPaymentOption? paymentOption, SavingsPlanType? planType, List<
SavingsPlanProductType> ? productTypes, List<SavingsPlanOfferingProperty> ? properties, String? serviceCode, String? usageType}) -
SavingsPlanOffering.fromJson(Map<
String, dynamic> json) -
factory
Properties
- currency → CurrencyCode?
-
The currency.
final
- description → String?
-
The description.
final
- durationSeconds → int?
-
The duration, in seconds.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- offeringId → String?
-
The ID of the offering.
final
- operation → String?
-
The specific AWS operation for the line item in the billing report.
final
- paymentOption → SavingsPlanPaymentOption?
-
The payment option.
final
- planType → SavingsPlanType?
-
The plan type.
final
-
productTypes
→ List<
SavingsPlanProductType> ? -
The product type.
final
-
properties
→ List<
SavingsPlanOfferingProperty> ? -
The properties.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceCode → String?
-
The service.
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