Class: Aws::Pinpoint::Types::ActivitiesResponse

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

Overview

Provides information about the activities that were performed by a campaign.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemArray<Types::ActivityResponse>

An array of responses, one for each activity that was performed by the campaign.

Returns:



1107
1108
1109
1110
1111
1112
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 1107

class ActivitiesResponse < Struct.new(
  :item,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.

Returns:

  • (String)


1107
1108
1109
1110
1111
1112
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 1107

class ActivitiesResponse < Struct.new(
  :item,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end