Class: Aws::Personalize::Types::ListCampaignsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::ListCampaignsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#campaigns ⇒ Array<Types::CampaignSummary>
A list of the campaigns.
-
#next_token ⇒ String
A token for getting the next set of campaigns (if they exist).
Instance Attribute Details
#campaigns ⇒ Array<Types::CampaignSummary>
A list of the campaigns.
3988 3989 3990 3991 3992 3993 |
# File 'lib/aws-sdk-personalize/types.rb', line 3988 class ListCampaignsResponse < Struct.new( :campaigns, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token for getting the next set of campaigns (if they exist).
3988 3989 3990 3991 3992 3993 |
# File 'lib/aws-sdk-personalize/types.rb', line 3988 class ListCampaignsResponse < Struct.new( :campaigns, :next_token) SENSITIVE = [] include Aws::Structure end |