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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb

Overview

Represents a request for a purchase offering.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#offering_idString

The ID of the offering.

Returns:

  • (String)


4198
4199
4200
4201
4202
4203
4204
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4198

class PurchaseOfferingRequest < Struct.new(
  :offering_id,
  :quantity,
  :offering_promotion_id)
  SENSITIVE = []
  include Aws::Structure
end

#offering_promotion_idString

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

Returns:

  • (String)


4198
4199
4200
4201
4202
4203
4204
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4198

class PurchaseOfferingRequest < Struct.new(
  :offering_id,
  :quantity,
  :offering_promotion_id)
  SENSITIVE = []
  include Aws::Structure
end

#quantityInteger

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

Returns:

  • (Integer)


4198
4199
4200
4201
4202
4203
4204
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4198

class PurchaseOfferingRequest < Struct.new(
  :offering_id,
  :quantity,
  :offering_promotion_id)
  SENSITIVE = []
  include Aws::Structure
end