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

Class: Aws::DeviceFarm::Types::PurchaseOfferingRequest

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

Overview

Note:

When passing PurchaseOfferingRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  offering_id: "OfferingIdentifier",
  quantity: 1,
  offering_promotion_id: "OfferingPromotionIdentifier",
}

Represents a request for a purchase offering.

Instance Attribute Summary collapse

Instance Attribute Details

#offering_idString

The ID of the offering.

Returns:

  • (String)

    The ID of the offering.

#offering_promotion_idString

The ID of the offering promotion to be applied to the purchase.

Returns:

  • (String)

    The ID of the offering promotion to be applied to the purchase.

#quantityInteger

The number of device slots to purchase in an offering request.

Returns:

  • (Integer)

    The number of device slots to purchase in an offering request.