Class: Aws::DeviceFarm::Types::OfferingPromotion
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::OfferingPromotion
- Includes:
- Structure
- Defined in:
- 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.
3946 3947 3948 3949 3950 3951 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 3946 class OfferingPromotion < Struct.new( :id, :description) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the offering promotion.
3946 3947 3948 3949 3950 3951 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 3946 class OfferingPromotion < Struct.new( :id, :description) SENSITIVE = [] include Aws::Structure end |