Class: Aws::Pinpoint::Types::CampaignCustomMessage

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

Overview

Specifies the contents of a message that's sent through a custom channel to recipients of a campaign.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataString

The raw, JSON-formatted string to use as the payload for the message. The maximum size is 5 KB.

Returns:

  • (String)


1967
1968
1969
1970
1971
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 1967

class CampaignCustomMessage < Struct.new(
  :data)
  SENSITIVE = []
  include Aws::Structure
end