Class: Aws::DeviceFarm::Types::OfferingPromotion
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::OfferingPromotion
- Defined in:
- gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb
Overview
Represents information about an offering promotion.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A string that describes the offering promotion.
-
#id ⇒ String
The ID of the offering promotion.
Instance Attribute Details
#description ⇒ String
A string that describes the offering promotion.
3972 3973 3974 3975 3976 3977 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 3972 class OfferingPromotion < Struct.new( :id, :description) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the offering promotion.
3972 3973 3974 3975 3976 3977 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 3972 class OfferingPromotion < Struct.new( :id, :description) SENSITIVE = [] include Aws::Structure end |