CurrentInstance constructor

CurrentInstance({
  1. String? currencyCode,
  2. String? instanceName,
  3. String? monthlyCost,
  4. String? onDemandHoursInLookbackPeriod,
  5. String? reservationCoveredHoursInLookbackPeriod,
  6. ResourceDetails? resourceDetails,
  7. String? resourceId,
  8. ResourceUtilization? resourceUtilization,
  9. String? savingsPlansCoveredHoursInLookbackPeriod,
  10. List<TagValues>? tags,
  11. String? totalRunningHoursInLookbackPeriod,
})

Implementation

CurrentInstance({
  this.currencyCode,
  this.instanceName,
  this.monthlyCost,
  this.onDemandHoursInLookbackPeriod,
  this.reservationCoveredHoursInLookbackPeriod,
  this.resourceDetails,
  this.resourceId,
  this.resourceUtilization,
  this.savingsPlansCoveredHoursInLookbackPeriod,
  this.tags,
  this.totalRunningHoursInLookbackPeriod,
});