Class: Aws::Pinpoint::Types::InAppMessageCampaign

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#campaign_idString

Campaign id of the corresponding campaign.

Returns:

  • (String)


7977
7978
7979
7980
7981
7982
7983
7984
7985
7986
7987
7988
# File 'lib/aws-sdk-pinpoint/types.rb', line 7977

class InAppMessageCampaign < Struct.new(
  :campaign_id,
  :daily_cap,
  :in_app_message,
  :priority,
  :schedule,
  :session_cap,
  :total_cap,
  :treatment_id)
  SENSITIVE = []
  include Aws::Structure
end

#daily_capInteger

Daily cap which controls the number of times any in-app messages can be shown to the endpoint during a day.

Returns:

  • (Integer)


7977
7978
7979
7980
7981
7982
7983
7984
7985
7986
7987
7988
# File 'lib/aws-sdk-pinpoint/types.rb', line 7977

class InAppMessageCampaign < Struct.new(
  :campaign_id,
  :daily_cap,
  :in_app_message,
  :priority,
  :schedule,
  :session_cap,
  :total_cap,
  :treatment_id)
  SENSITIVE = []
  include Aws::Structure
end

#in_app_messageTypes::InAppMessage

In-app message content with all fields required for rendering an in-app message.

Returns:



7977
7978
7979
7980
7981
7982
7983
7984
7985
7986
7987
7988
# File 'lib/aws-sdk-pinpoint/types.rb', line 7977

class InAppMessageCampaign < Struct.new(
  :campaign_id,
  :daily_cap,
  :in_app_message,
  :priority,
  :schedule,
  :session_cap,
  :total_cap,
  :treatment_id)
  SENSITIVE = []
  include Aws::Structure
end

#priorityInteger

Priority of the in-app message.

Returns:

  • (Integer)


7977
7978
7979
7980
7981
7982
7983
7984
7985
7986
7987
7988
# File 'lib/aws-sdk-pinpoint/types.rb', line 7977

class InAppMessageCampaign < Struct.new(
  :campaign_id,
  :daily_cap,
  :in_app_message,
  :priority,
  :schedule,
  :session_cap,
  :total_cap,
  :treatment_id)
  SENSITIVE = []
  include Aws::Structure
end

#scheduleTypes::InAppCampaignSchedule

Schedule of the campaign.



7977
7978
7979
7980
7981
7982
7983
7984
7985
7986
7987
7988
# File 'lib/aws-sdk-pinpoint/types.rb', line 7977

class InAppMessageCampaign < Struct.new(
  :campaign_id,
  :daily_cap,
  :in_app_message,
  :priority,
  :schedule,
  :session_cap,
  :total_cap,
  :treatment_id)
  SENSITIVE = []
  include Aws::Structure
end

#session_capInteger

Session cap which controls the number of times an in-app message can be shown to the endpoint during an application session.

Returns:

  • (Integer)


7977
7978
7979
7980
7981
7982
7983
7984
7985
7986
7987
7988
# File 'lib/aws-sdk-pinpoint/types.rb', line 7977

class InAppMessageCampaign < Struct.new(
  :campaign_id,
  :daily_cap,
  :in_app_message,
  :priority,
  :schedule,
  :session_cap,
  :total_cap,
  :treatment_id)
  SENSITIVE = []
  include Aws::Structure
end

#total_capInteger

Total cap which controls the number of times an in-app message can be shown to the endpoint.

Returns:

  • (Integer)


7977
7978
7979
7980
7981
7982
7983
7984
7985
7986
7987
7988
# File 'lib/aws-sdk-pinpoint/types.rb', line 7977

class InAppMessageCampaign < Struct.new(
  :campaign_id,
  :daily_cap,
  :in_app_message,
  :priority,
  :schedule,
  :session_cap,
  :total_cap,
  :treatment_id)
  SENSITIVE = []
  include Aws::Structure
end

#treatment_idString

Treatment id of the campaign.

Returns:

  • (String)


7977
7978
7979
7980
7981
7982
7983
7984
7985
7986
7987
7988
# File 'lib/aws-sdk-pinpoint/types.rb', line 7977

class InAppMessageCampaign < Struct.new(
  :campaign_id,
  :daily_cap,
  :in_app_message,
  :priority,
  :schedule,
  :session_cap,
  :total_cap,
  :treatment_id)
  SENSITIVE = []
  include Aws::Structure
end