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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#offering_transactionTypes::OfferingTransaction

Represents the status of the offering transaction for the renewal.



4513
4514
4515
4516
4517
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4513

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