NAME
Paws::Pinpoint::MessageConfiguration
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::Pinpoint::MessageConfiguration object:
$service_obj->Method(Att1 => { ADMMessage => $value, ..., SMSMessage => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::Pinpoint::MessageConfiguration object:
$result = $service_obj->Method(...);
$result->Att1->ADMMessage
DESCRIPTION
Specifies the message configuration settings for a campaign.
ATTRIBUTES
ADMMessage => Paws::Pinpoint::Message
The message that the campaign sends through the ADM (Amazon Device Messaging) channel. If specified, this message overrides the default message.
APNSMessage => Paws::Pinpoint::Message
The message that the campaign sends through the APNs (Apple Push Notification service) channel. If specified, this message overrides the default message.
BaiduMessage => Paws::Pinpoint::Message
The message that the campaign sends through the Baidu (Baidu Cloud Push) channel. If specified, this message overrides the default message.
CustomMessage => Paws::Pinpoint::CampaignCustomMessage
The message that the campaign sends through a custom channel, as specified by the delivery configuration (CustomDeliveryConfiguration) settings for the campaign. If specified, this message overrides the default message.
DefaultMessage => Paws::Pinpoint::Message
The default message that the campaign sends through all the channels that are configured for the campaign.
EmailMessage => Paws::Pinpoint::CampaignEmailMessage
The message that the campaign sends through the email channel. If specified, this message overrides the default message.
GCMMessage => Paws::Pinpoint::Message
The message that the campaign sends through the GCM channel, which enables Amazon Pinpoint to send push notifications through the Firebase Cloud Messaging (FCM), formerly Google Cloud Messaging (GCM), service. If specified, this message overrides the default message.
SMSMessage => Paws::Pinpoint::CampaignSmsMessage
The message that the campaign sends through the SMS channel. If specified, this message overrides the default message.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::Pinpoint
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues