Class: Aws::DeviceFarm::Types::PurchaseOfferingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::PurchaseOfferingRequest
- 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
-
#offering_id ⇒ String
The ID of the offering.
-
#offering_promotion_id ⇒ String
The ID of the offering promotion to be applied to the purchase.
-
#quantity ⇒ Integer
The number of device slots to purchase in an offering request.
Instance Attribute Details
#offering_id ⇒ String
The ID of the offering.
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_id ⇒ String
The ID of the offering promotion to be applied to the purchase.
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 |
#quantity ⇒ Integer
The number of device slots to purchase in an offering request.
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 |