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

Class: Aws::MediaConnect::Types::Offering

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

Overview

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#currency_codeString

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

Returns:

  • (String)

    The type of currency that is used for billing.

#durationInteger

The length of time that your reservation would be active.

Returns:

  • (Integer)

    The length of time that your reservation would be active.

#duration_unitsString

The unit of measurement for the duration of the offering.

Possible values:

  • MONTHS

Returns:

  • (String)

    The unit of measurement for the duration of the offering.

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

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.

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.

Possible values:

  • HOURLY

Returns:

  • (String)

    The unit of measurement that is used for billing.

#resource_specificationTypes::ResourceSpecification

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

Returns:

  • (Types::ResourceSpecification)

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