![]() |
![]()
| ![]() |
![]()
NAMEPaws::Pinpoint::MessageConfiguration USAGEThis 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 DESCRIPTIONSpecifies the message configuration settings for a campaign. ATTRIBUTESADMMessage => Paws::Pinpoint::MessageThe message that the campaign sends through the ADM (Amazon Device Messaging) channel. If specified, this message overrides the default message. APNSMessage => Paws::Pinpoint::MessageThe message that the campaign sends through the APNs (Apple Push Notification service) channel. If specified, this message overrides the default message. BaiduMessage => Paws::Pinpoint::MessageThe message that the campaign sends through the Baidu (Baidu Cloud Push) channel. If specified, this message overrides the default message. CustomMessage => Paws::Pinpoint::CampaignCustomMessageThe 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::MessageThe default message that the campaign sends through all the channels that are configured for the campaign. EmailMessage => Paws::Pinpoint::CampaignEmailMessageThe message that the campaign sends through the email channel. If specified, this message overrides the default message. GCMMessage => Paws::Pinpoint::MessageThe 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::CampaignSmsMessageThe message that the campaign sends through the SMS channel. If specified, this message overrides the default message. SEE ALSOThis class forms part of Paws, describing an object used in Paws::Pinpoint BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|