![]() |
![]()
| ![]() |
![]()
NAMEPaws::MediaConnect::Offering USAGEThis 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 DESCRIPTIONA savings plan that reserves a certain amount of outbound bandwidth usage at a discounted rate each month over a period of time. ATTRIBUTESREQUIRED CurrencyCode => StrThe type of currency that is used for billing. The currencyCode used for all reservations is US dollars. REQUIRED Duration => IntThe length of time that your reservation would be active. REQUIRED DurationUnits => StrThe unit of measurement for the duration of the offering. REQUIRED OfferingArn => StrThe Amazon Resource Name (ARN) that MediaConnect assigns to the offering. REQUIRED OfferingDescription => StrA description of the offering. REQUIRED PricePerUnit => StrThe cost of a single unit. This value, in combination with priceUnits, makes up the rate. REQUIRED PriceUnits => StrThe unit of measurement that is used for billing. This value, in combination with pricePerUnit, makes up the rate. REQUIRED ResourceSpecification => Paws::MediaConnect::ResourceSpecificationA definition of the amount of outbound bandwidth that you would be reserving if you purchase the offering. SEE ALSOThis class forms part of Paws, describing an object used in Paws::MediaConnect BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|