Class: Aws::DeviceFarm::Types::RenewOfferingResult

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

Overview

The result of a renewal offering.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#offering_transactionTypes::OfferingTransaction

Represents the status of the offering transaction for the renewal.



4471
4472
4473
4474
4475
# File 'lib/aws-sdk-devicefarm/types.rb', line 4471

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