Class: Aws::Pinpoint::Types::CampaignInAppMessage

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

Overview

In-app message configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bodyString

The message body of the notification, the email body or the text message.

Returns:

  • (String)


2154
2155
2156
2157
2158
2159
2160
2161
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 2154

class CampaignInAppMessage < Struct.new(
  :body,
  :content,
  :custom_config,
  :layout)
  SENSITIVE = []
  include Aws::Structure
end

#contentArray<Types::InAppMessageContent>

In-app message content.

Returns:



2154
2155
2156
2157
2158
2159
2160
2161
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 2154

class CampaignInAppMessage < Struct.new(
  :body,
  :content,
  :custom_config,
  :layout)
  SENSITIVE = []
  include Aws::Structure
end

#custom_configHash<String,String>

Custom config to be sent to client.

Returns:

  • (Hash<String,String>)


2154
2155
2156
2157
2158
2159
2160
2161
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 2154

class CampaignInAppMessage < Struct.new(
  :body,
  :content,
  :custom_config,
  :layout)
  SENSITIVE = []
  include Aws::Structure
end

#layoutString

In-app message layout.

Returns:

  • (String)


2154
2155
2156
2157
2158
2159
2160
2161
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 2154

class CampaignInAppMessage < Struct.new(
  :body,
  :content,
  :custom_config,
  :layout)
  SENSITIVE = []
  include Aws::Structure
end