Class: Aws::DeviceFarm::Types::ListOfferingsResult

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

Overview

Represents the return values of the list of 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)


3102
3103
3104
3105
3106
3107
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 3102

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

#offeringsArray<Types::Offering>

A value that represents the list offering results.

Returns:



3102
3103
3104
3105
3106
3107
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 3102

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