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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


4147
4148
4149
4150
4151
4152
4153
# File 'lib/aws-sdk-devicefarm/types.rb', line 4147

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)


4147
4148
4149
4150
4151
4152
4153
# File 'lib/aws-sdk-devicefarm/types.rb', line 4147

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)


4147
4148
4149
4150
4151
4152
4153
# File 'lib/aws-sdk-devicefarm/types.rb', line 4147

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