Class: Aws::DeviceFarm::Types::ListOfferingPromotionsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::ListOfferingPromotionsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
An identifier to be used in the next call to this operation, to return the next set of items in the list.
-
#offering_promotions ⇒ Array<Types::OfferingPromotion>
Information about the offering promotions.
Instance Attribute Details
#next_token ⇒ String
An identifier to be used in the next call to this operation, to return the next set of items in the list.
2982 2983 2984 2985 2986 2987 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 2982 class ListOfferingPromotionsResult < Struct.new( :offering_promotions, :next_token) SENSITIVE = [] include Aws::Structure end |
#offering_promotions ⇒ Array<Types::OfferingPromotion>
Information about the offering promotions.
2982 2983 2984 2985 2986 2987 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 2982 class ListOfferingPromotionsResult < Struct.new( :offering_promotions, :next_token) SENSITIVE = [] include Aws::Structure end |