Class: Aws::DeviceFarm::Types::RenewOfferingResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DeviceFarm::Types::RenewOfferingResult
 
 
- Defined in:
 - gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb
 
Overview
The result of a renewal offering.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #offering_transaction  ⇒ Types::OfferingTransaction 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Represents the status of the offering transaction for the renewal.
 
Instance Attribute Details
#offering_transaction ⇒ Types::OfferingTransaction
Represents the status of the offering transaction for the renewal.
      4516 4517 4518 4519 4520  | 
    
      # File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4516 class RenewOfferingResult < Struct.new( :offering_transaction) SENSITIVE = [] include Aws::Structure end  |