PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::Pinpoint::WriteCampaignRequest; use Moose; has AdditionalTreatments => (is => 'ro', isa => 'ArrayRef[Paws::Pinpoint::WriteTreatmentResource]'); has CustomDeliveryConfiguration => (is => 'ro', isa => 'Paws::Pinpoint::CustomDeliveryConfiguration'); has Description => (is => 'ro', isa => 'Str'); has HoldoutPercent => (is => 'ro', isa => 'Int'); has Hook => (is => 'ro', isa => 'Paws::Pinpoint::CampaignHook'); has IsPaused => (is => 'ro', isa => 'Bool'); has Limits => (is => 'ro', isa => 'Paws::Pinpoint::CampaignLimits'); has MessageConfiguration => (is => 'ro', isa => 'Paws::Pinpoint::MessageConfiguration'); has Name => (is => 'ro', isa => 'Str'); has Schedule => (is => 'ro', isa => 'Paws::Pinpoint::Schedule'); has SegmentId => (is => 'ro', isa => 'Str'); has SegmentVersion => (is => 'ro', isa => 'Int'); has Tags => (is => 'ro', isa => 'Paws::Pinpoint::MapOf__string', request_name => 'tags', traits => ['NameInRequest']); has TemplateConfiguration => (is => 'ro', isa => 'Paws::Pinpoint::TemplateConfiguration'); has TreatmentDescription => (is => 'ro', isa => 'Str'); has TreatmentName => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::Pinpoint::WriteCampaignRequest =head1 USAGE This class represents one of two things: =head3 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::WriteCampaignRequest object: $service_obj->Method(Att1 => { AdditionalTreatments => $value, ..., TreatmentName => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::Pinpoint::WriteCampaignRequest object: $result = $service_obj->Method(...); $result->Att1->AdditionalTreatments =head1 DESCRIPTION Specifies the configuration and other settings for a campaign. =head1 ATTRIBUTES =head2 AdditionalTreatments => ArrayRef[L] An array of requests that defines additional treatments for the campaign, in addition to the default treatment for the campaign. =head2 CustomDeliveryConfiguration => L The delivery configuration settings for sending the campaign through a custom channel. This object is required if the MessageConfiguration object for the campaign specifies a CustomMessage object. =head2 Description => Str A custom description of the campaign. =head2 HoldoutPercent => Int The allocated percentage of users (segment members) who shouldn't receive messages from the campaign. =head2 Hook => L The settings for the AWS Lambda function to invoke as a code hook for the campaign. You can use this hook to customize the segment that's used by the campaign. =head2 IsPaused => Bool Specifies whether to pause the campaign. A paused campaign doesn't run unless you resume it by changing this value to false. =head2 Limits => L The messaging limits for the campaign. =head2 MessageConfiguration => L The message configuration settings for the campaign. =head2 Name => Str A custom name for the campaign. =head2 Schedule => L The schedule settings for the campaign. =head2 SegmentId => Str The unique identifier for the segment to associate with the campaign. =head2 SegmentVersion => Int The version of the segment to associate with the campaign. =head2 Tags => L A string-to-string map of key-value pairs that defines the tags to associate with the campaign. Each tag consists of a required tag key and an associated tag value. =head2 TemplateConfiguration => L The message template to use for the campaign. =head2 TreatmentDescription => Str A custom description of the default treatment for the campaign. =head2 TreatmentName => Str A custom name of the default treatment for the campaign, if the campaign has multiple treatments. A I is a variation of a campaign that's used for A/B testing. =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut