Class: Aws::DeviceFarm::Types::OfferingPromotion

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#descriptionString

A string that describes the offering promotion.

Returns:

  • (String)


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

#idString

The ID of the offering promotion.

Returns:

  • (String)


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