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

Message configuration for a campaign.

ATTRIBUTES

ADMMessage => Paws::Pinpoint::Message

The message that the campaign delivers to ADM channels. Overrides the
default message.

APNSMessage => Paws::Pinpoint::Message

The message that the campaign delivers to APNS channels. Overrides the
default message.

BaiduMessage => Paws::Pinpoint::Message

The message that the campaign delivers to Baidu channels. Overrides the
default message.

DefaultMessage => Paws::Pinpoint::Message

The default message for all channels.

EmailMessage => Paws::Pinpoint::CampaignEmailMessage

The email message configuration.

GCMMessage => Paws::Pinpoint::Message

The message that the campaign delivers to GCM channels. Overrides the
default message.

SMSMessage => Paws::Pinpoint::CampaignSmsMessage

The SMS message configuration.

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