Class: Aws::DeviceFarm::Types::ListOfferingPromotionsResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

An identifier to be used in the next call to this operation, to return the next set of items in the list.

Returns:

  • (String)


3027
3028
3029
3030
3031
3032
# File 'lib/aws-sdk-devicefarm/types.rb', line 3027

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

#offering_promotionsArray<Types::OfferingPromotion>

Information about the offering promotions.

Returns:



3027
3028
3029
3030
3031
3032
# File 'lib/aws-sdk-devicefarm/types.rb', line 3027

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