NAME

Paws::MediaConnect::Offering

USAGE

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::MediaConnect::Offering object:

$service_obj->Method(Att1 => { CurrencyCode => $value, ..., ResourceSpecification => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::MediaConnect::Offering object:

$result = $service_obj->Method(...);
$result->Att1->CurrencyCode

DESCRIPTION

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

ATTRIBUTES

REQUIRED CurrencyCode => Str

The type of currency that is used for billing. The currencyCode used for all reservations is US dollars.

REQUIRED Duration => Int

The length of time that your reservation would be active.

REQUIRED DurationUnits => Str

The unit of measurement for the duration of the offering.

REQUIRED OfferingArn => Str

The Amazon Resource Name (ARN) that MediaConnect assigns to the offering.

REQUIRED OfferingDescription => Str

A description of the offering.

REQUIRED PricePerUnit => Str

The cost of a single unit. This value, in combination with priceUnits, makes up the rate.

REQUIRED PriceUnits => Str

The unit of measurement that is used for billing. This value, in combination with pricePerUnit, makes up the rate.

REQUIRED ResourceSpecification => Paws::MediaConnect::ResourceSpecification

A definition of the amount of outbound bandwidth that you would be reserving if you purchase the offering.

SEE ALSO

This class forms part of Paws, describing an object used in Paws::MediaConnect

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues