Class: Aws::DeviceFarm::Types::PurchaseOfferingResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DeviceFarm::Types::PurchaseOfferingResult
 
 
- 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
- 
  
    
      #offering_transaction  ⇒ Types::OfferingTransaction 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Represents the offering transaction for the purchase result.
 
Instance Attribute Details
#offering_transaction ⇒ Types::OfferingTransaction
Represents the offering transaction for the purchase result.
      4168 4169 4170 4171 4172  | 
    
      # File 'lib/aws-sdk-devicefarm/types.rb', line 4168 class PurchaseOfferingResult < Struct.new( :offering_transaction) SENSITIVE = [] include Aws::Structure end  |