class Aws::Personalize::Types::ListCampaignsRequest

@note When making an API call, you may pass ListCampaignsRequest

data as a hash:

    {
      solution_arn: "Arn",
      next_token: "NextToken",
      max_results: 1,
    }

@!attribute [rw] solution_arn

The Amazon Resource Name (ARN) of the solution to list the campaigns
for. When a solution is not specified, all the campaigns associated
with the account are listed.
@return [String]

@!attribute [rw] next_token

A token returned from the previous call to `ListCampaigns` for
getting the next set of campaigns (if they exist).
@return [String]

@!attribute [rw] max_results

The maximum number of campaigns to return.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/personalize-2018-05-22/ListCampaignsRequest AWS API Documentation

Constants

SENSITIVE