Class: Aws::DeviceFarm::Types::ListOfferingTransactionsResult

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

Overview

Returns the transaction log of the specified offerings.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

Returns:

  • (String)


3020
3021
3022
3023
3024
3025
# File 'lib/aws-sdk-devicefarm/types.rb', line 3020

class ListOfferingTransactionsResult < Struct.new(
  :offering_transactions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#offering_transactionsArray<Types::OfferingTransaction>

The audit log of subscriptions you have purchased and modified through AWS Device Farm.

Returns:



3020
3021
3022
3023
3024
3025
# File 'lib/aws-sdk-devicefarm/types.rb', line 3020

class ListOfferingTransactionsResult < Struct.new(
  :offering_transactions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end