![]() |
![]()
| ![]() |
![]()
NAMEPaws::Pinpoint::DirectMessageConfiguration 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::DirectMessageConfiguration object: $service_obj->Method(Att1 => { ADMMessage => $value, ..., VoiceMessage => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::Pinpoint::DirectMessageConfiguration object: $result = $service_obj->Method(...); $result->Att1->ADMMessage DESCRIPTIONSpecifies the settings and content for the default message and any default messages that you tailored for specific channels. ATTRIBUTESADMMessage => Paws::Pinpoint::ADMMessageThe default push notification message for the ADM (Amazon Device Messaging) channel. This message overrides the default push notification message (DefaultPushNotificationMessage). APNSMessage => Paws::Pinpoint::APNSMessageThe default push notification message for the APNs (Apple Push Notification service) channel. This message overrides the default push notification message (DefaultPushNotificationMessage). BaiduMessage => Paws::Pinpoint::BaiduMessageThe default push notification message for the Baidu (Baidu Cloud Push) channel. This message overrides the default push notification message (DefaultPushNotificationMessage). DefaultMessage => Paws::Pinpoint::DefaultMessageThe default message for all channels. DefaultPushNotificationMessage => Paws::Pinpoint::DefaultPushNotificationMessageThe default push notification message for all push notification channels. EmailMessage => Paws::Pinpoint::EmailMessageThe default message for the email channel. This message overrides the default message (DefaultMessage). GCMMessage => Paws::Pinpoint::GCMMessageThe default push notification message for the GCM channel, which is used to send notifications through the Firebase Cloud Messaging (FCM), formerly Google Cloud Messaging (GCM), service. This message overrides the default push notification message (DefaultPushNotificationMessage). SMSMessage => Paws::Pinpoint::SMSMessageThe default message for the SMS channel. This message overrides the default message (DefaultMessage). VoiceMessage => Paws::Pinpoint::VoiceMessageThe default message for the voice channel. This message overrides the default message (DefaultMessage). 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>
|