NAME
Paws::Pinpoint::DirectMessageConfiguration
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::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
DESCRIPTION
Specifies the settings and content for the default message and any default messages that you tailored for specific channels.
ATTRIBUTES
ADMMessage => Paws::Pinpoint::ADMMessage
The default push notification message for the ADM (Amazon Device Messaging) channel. This message overrides the default push notification message (DefaultPushNotificationMessage).
APNSMessage => Paws::Pinpoint::APNSMessage
The default push notification message for the APNs (Apple Push Notification service) channel. This message overrides the default push notification message (DefaultPushNotificationMessage).
BaiduMessage => Paws::Pinpoint::BaiduMessage
The default push notification message for the Baidu (Baidu Cloud Push) channel. This message overrides the default push notification message (DefaultPushNotificationMessage).
DefaultMessage => Paws::Pinpoint::DefaultMessage
The default message for all channels.
DefaultPushNotificationMessage => Paws::Pinpoint::DefaultPushNotificationMessage
The default push notification message for all push notification channels.
EmailMessage => Paws::Pinpoint::EmailMessage
The default message for the email channel. This message overrides the default message (DefaultMessage).
GCMMessage => Paws::Pinpoint::GCMMessage
The 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::SMSMessage
The default message for the SMS channel. This message overrides the default message (DefaultMessage).
VoiceMessage => Paws::Pinpoint::VoiceMessage
The default message for the voice channel. This message overrides the default message (DefaultMessage).
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