class Aws::DeviceFarm::Types::PurchaseOfferingRequest

Represents a request for a purchase offering.

@note When making an API call, you may pass PurchaseOfferingRequest

data as a hash:

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

@!attribute [rw] offering_id

The ID of the offering.
@return [String]

@!attribute [rw] quantity

The number of device slots to purchase in an offering request.
@return [Integer]

@!attribute [rw] offering_promotion_id

The ID of the offering promotion to be applied to the purchase.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/PurchaseOfferingRequest AWS API Documentation

Constants

SENSITIVE