ListCampaignsResponse
public struct ListCampaignsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of the campaigns.
Declaration
Swift
public let campaigns: [CampaignSummary]?
-
A token for getting the next set of campaigns (if they exist).
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(campaigns: [CampaignSummary]? = nil, nextToken: String? = nil)