SavingsPlan constructor
SavingsPlan({
- String? commitment,
- CurrencyCode? currency,
- String? description,
- String? ec2InstanceFamily,
- String? end,
- String? offeringId,
- SavingsPlanPaymentOption? paymentOption,
- List<
SavingsPlanProductType> ? productTypes, - String? recurringPaymentAmount,
- String? region,
- String? savingsPlanArn,
- String? savingsPlanId,
- SavingsPlanType? savingsPlanType,
- String? start,
- SavingsPlanState? state,
- Map<
String, String> ? tags, - int? termDurationInSeconds,
- String? upfrontPaymentAmount,
Implementation
SavingsPlan({
this.commitment,
this.currency,
this.description,
this.ec2InstanceFamily,
this.end,
this.offeringId,
this.paymentOption,
this.productTypes,
this.recurringPaymentAmount,
this.region,
this.savingsPlanArn,
this.savingsPlanId,
this.savingsPlanType,
this.start,
this.state,
this.tags,
this.termDurationInSeconds,
this.upfrontPaymentAmount,
});