ListOfferingPromotionsResult
public struct ListOfferingPromotionsResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
An identifier to be used in the next call to this operation, to return the next set of items in the list.
Declaration
Swift
public let nextToken: String? -
Information about the offering promotions.
Declaration
Swift
public let offeringPromotions: [OfferingPromotion]? -
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, offeringPromotions: [OfferingPromotion]? = nil)
View on GitHub
ListOfferingPromotionsResult Structure Reference