Class: Aws::Personalize::Types::ListCampaignsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of campaigns to return.

Returns:

  • (Integer)


3741
3742
3743
3744
3745
3746
3747
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3741

class ListCampaignsRequest < Struct.new(
  :solution_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token returned from the previous call to ListCampaigns for getting the next set of campaigns (if they exist).

Returns:

  • (String)


3741
3742
3743
3744
3745
3746
3747
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3741

class ListCampaignsRequest < Struct.new(
  :solution_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#solution_arnString

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.

Returns:

  • (String)


3741
3742
3743
3744
3745
3746
3747
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3741

class ListCampaignsRequest < Struct.new(
  :solution_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end