Offering class

A savings plan that reserves a certain amount of outbound bandwidth usage at a discounted rate each month over a period of time.

Constructors

Offering({required String currencyCode, required int duration, required DurationUnits durationUnits, required String offeringArn, required String offeringDescription, required String pricePerUnit, required PriceUnits priceUnits, required ResourceSpecification resourceSpecification})
Offering.fromJson(Map<String, dynamic> json)
factory

Properties

currencyCode String
The type of currency that is used for billing. The currencyCode used for all reservations is US dollars.
final
duration int
The length of time that your reservation would be active.
final
durationUnits DurationUnits
The unit of measurement for the duration of the offering.
final
hashCode int
The hash code for this object.
no setterinherited
offeringArn String
The Amazon Resource Name (ARN) that MediaConnect assigns to the offering.
final
offeringDescription String
A description of the offering.
final
pricePerUnit String
The cost of a single unit. This value, in combination with priceUnits, makes up the rate.
final
priceUnits PriceUnits
The unit of measurement that is used for billing. This value, in combination with pricePerUnit, makes up the rate.
final
resourceSpecification ResourceSpecification
A definition of the amount of outbound bandwidth that you would be reserving if you purchase the offering.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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