Class: Aws::Pinpoint::Types::CampaignCustomMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::CampaignCustomMessage
- Includes:
- Structure
- Defined in:
- 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
-
#data ⇒ String
The raw, JSON-formatted string to use as the payload for the message.
Instance Attribute Details
#data ⇒ String
The raw, JSON-formatted string to use as the payload for the message. The maximum size is 5 KB.
1967 1968 1969 1970 1971 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 1967 class CampaignCustomMessage < Struct.new( :data) SENSITIVE = [] include Aws::Structure end |