OfferingPromotion

public struct OfferingPromotion : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A string that describes the offering promotion.

    Declaration

    Swift

    public let description: String?
  • id

    The ID of the offering promotion.

    Declaration

    Swift

    public let id: String?
  • Undocumented

    Declaration

    Swift

    public init(description: String? = nil, id: String? = nil)