CurrentInstance constructor
CurrentInstance({
- String? currencyCode,
- String? instanceName,
- String? monthlyCost,
- String? onDemandHoursInLookbackPeriod,
- String? reservationCoveredHoursInLookbackPeriod,
- ResourceDetails? resourceDetails,
- String? resourceId,
- ResourceUtilization? resourceUtilization,
- String? savingsPlansCoveredHoursInLookbackPeriod,
- List<
TagValues> ? tags, - 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,
});