You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaConnect::Types::Reservation

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A 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.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#currency_codeString

The type of currency that is used for billing. The currencyCode used for your reservation is US dollars.

Returns:

  • (String)

    The type of currency that is used for billing.

#durationInteger

The length of time that this reservation is active. MediaConnect defines this value in the offering.

Returns:

  • (Integer)

    The length of time that this reservation is active.

#duration_unitsString

The unit of measurement for the duration of the reservation. MediaConnect defines this value in the offering.

Possible values:

  • MONTHS

Returns:

  • (String)

    The unit of measurement for the duration of the reservation.

#endString

The 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.

Returns:

  • (String)

    The day and time that this reservation expires.

#offering_arnString

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

Returns:

  • (String)

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

#offering_descriptionString

A description of the offering. MediaConnect defines this value in the offering.

Returns:

  • (String)

    A description of the offering.

#price_per_unitString

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

Returns:

  • (String)

    The cost of a single unit.

#price_unitsString

The 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.

Possible values:

  • HOURLY

Returns:

  • (String)

    The unit of measurement that is used for billing.

#reservation_arnString

The Amazon Resource Name (ARN) that MediaConnect assigns to the reservation when you purchase an offering.

Returns:

  • (String)

    The Amazon Resource Name (ARN) that MediaConnect assigns to the reservation when you purchase an offering.

#reservation_nameString

The name that you assigned to the reservation when you purchased the offering.

Returns:

  • (String)

    The name that you assigned to the reservation when you purchased the offering.

#reservation_stateString

The status of your reservation.

Possible values:

  • ACTIVE
  • EXPIRED
  • PROCESSING
  • CANCELED

Returns:

  • (String)

    The status of your reservation.

#resource_specificationTypes::ResourceSpecification

A 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.

Returns:

  • (Types::ResourceSpecification)

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

#startString

The day and time that the reservation becomes active. You set this value when you purchase the offering.

Returns:

  • (String)

    The day and time that the reservation becomes active.