DescribeOfferingResponse constructor
DescribeOfferingResponse({
- String? arn,
- String? currencyCode,
- int? duration,
- OfferingDurationUnits? durationUnits,
- double? fixedPrice,
- String? offeringDescription,
- String? offeringId,
- OfferingType? offeringType,
- String? region,
- ReservationResourceSpecification? resourceSpecification,
- double? usagePrice,
Implementation
DescribeOfferingResponse({
this.arn,
this.currencyCode,
this.duration,
this.durationUnits,
this.fixedPrice,
this.offeringDescription,
this.offeringId,
this.offeringType,
this.region,
this.resourceSpecification,
this.usagePrice,
});