![]() |
![]()
| ![]() |
![]()
NAMEPaws::MediaConnect::Reservation 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::Reservation object: $service_obj->Method(Att1 => { CurrencyCode => $value, ..., Start => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::MediaConnect::Reservation object: $result = $service_obj->Method(...); $result->Att1->CurrencyCode DESCRIPTIONA pricing agreement for a discounted rate for a specific outbound bandwidth that your MediaConnect account will use each month over a specific time period. The discounted rate in the reservation applies to outbound bandwidth for all flows from your account until your account reaches the amount of bandwidth in your reservation. If you use more outbound bandwidth than the agreed upon amount in a single month, the overage is charged at the on-demand rate. ATTRIBUTESREQUIRED CurrencyCode => StrThe type of currency that is used for billing. The currencyCode used for your reservation is US dollars. REQUIRED Duration => IntThe length of time that this reservation is active. MediaConnect defines this value in the offering. REQUIRED DurationUnits => StrThe unit of measurement for the duration of the reservation. MediaConnect defines this value in the offering. REQUIRED End => StrThe day and time that this reservation expires. This value is calculated based on the start date and time that you set and the offering's duration. REQUIRED OfferingArn => StrThe Amazon Resource Name (ARN) that MediaConnect assigns to the offering. REQUIRED OfferingDescription => StrA description of the offering. MediaConnect defines this value in the offering. REQUIRED PricePerUnit => StrThe cost of a single unit. This value, in combination with priceUnits, makes up the rate. MediaConnect defines this value in the offering. REQUIRED PriceUnits => StrThe unit of measurement that is used for billing. This value, in combination with pricePerUnit, makes up the rate. MediaConnect defines this value in the offering. REQUIRED ReservationArn => StrThe Amazon Resource Name (ARN) that MediaConnect assigns to the reservation when you purchase an offering. REQUIRED ReservationName => StrThe name that you assigned to the reservation when you purchased the offering. REQUIRED ReservationState => StrThe status of your reservation. REQUIRED ResourceSpecification => Paws::MediaConnect::ResourceSpecificationA definition of the amount of outbound bandwidth that you would be reserving if you purchase the offering. MediaConnect defines the values that make up the resourceSpecification in the offering. REQUIRED Start => StrThe day and time that the reservation becomes active. You set this value when 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>
|