Class: Aws::DeviceFarm::Types::PurchaseOfferingResult

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

Overview

The result of the purchase offering (for example, success or failure).

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#offering_transactionTypes::OfferingTransaction

Represents the offering transaction for the purchase result.



4214
4215
4216
4217
4218
# File 'lib/aws-sdk-devicefarm/types.rb', line 4214

class PurchaseOfferingResult < Struct.new(
  :offering_transaction)
  SENSITIVE = []
  include Aws::Structure
end