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::CampaignResponse; use Moose; has AdditionalTreatments => (is => 'ro', isa => 'ArrayRef[Paws::Pinpoint::TreatmentResource]'); has ApplicationId => (is => 'ro', isa => 'Str', required => 1); has Arn => (is => 'ro', isa => 'Str', required => 1); has CreationDate => (is => 'ro', isa => 'Str', required => 1); has CustomDeliveryConfiguration => (is => 'ro', isa => 'Paws::Pinpoint::CustomDeliveryConfiguration'); has DefaultState => (is => 'ro', isa => 'Paws::Pinpoint::CampaignState'); has Description => (is => 'ro', isa => 'Str'); has HoldoutPercent => (is => 'ro', isa => 'Int'); has Hook => (is => 'ro', isa => 'Paws::Pinpoint::CampaignHook'); has Id => (is => 'ro', isa => 'Str', required => 1); has IsPaused => (is => 'ro', isa => 'Bool'); has LastModifiedDate => (is => 'ro', isa => 'Str', required => 1); 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', required => 1); has SegmentVersion => (is => 'ro', isa => 'Int', required => 1); has State => (is => 'ro', isa => 'Paws::Pinpoint::CampaignState'); 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'); has Version => (is => 'ro', isa => 'Int'); 1; ### main pod documentation begin ### =head1 NAME Paws::Pinpoint::CampaignResponse =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::CampaignResponse object: $service_obj->Method(Att1 => { AdditionalTreatments => $value, ..., Version => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::Pinpoint::CampaignResponse object: $result = $service_obj->Method(...); $result->Att1->AdditionalTreatments =head1 DESCRIPTION Provides information about the status, configuration, and other settings for a campaign. =head1 ATTRIBUTES =head2 AdditionalTreatments => ArrayRef[L] An array of responses, one for each treatment that you defined for the campaign, in addition to the default treatment. =head2 B ApplicationId => Str The unique identifier for the application that the campaign applies to. =head2 B Arn => Str The Amazon Resource Name (ARN) of the campaign. =head2 B CreationDate => Str The date, in ISO 8601 format, when the campaign was created. =head2 CustomDeliveryConfiguration => L The delivery configuration settings for sending the campaign through a custom channel. =head2 DefaultState => L The current status of the campaign's default treatment. This value exists only for campaigns that have more than one treatment. =head2 Description => Str The 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 use as a code hook for the campaign. You can use this hook to customize the segment that's used by the campaign. =head2 B Id => Str The unique identifier for the campaign. =head2 IsPaused => Bool Specifies whether the campaign is paused. A paused campaign doesn't run unless you resume it by changing this value to false. =head2 B LastModifiedDate => Str The date, in ISO 8601 format, when the campaign was last modified. =head2 Limits => L The messaging limits for the campaign. =head2 MessageConfiguration => L The message configuration settings for the campaign. =head2 Name => Str The name of the campaign. =head2 Schedule => L The schedule settings for the campaign. =head2 B SegmentId => Str The unique identifier for the segment that's associated with the campaign. =head2 B SegmentVersion => Int The version number of the segment that's associated with the campaign. =head2 State => L The current status of the campaign. =head2 Tags => L A string-to-string map of key-value pairs that identifies the tags that are associated with the campaign. Each tag consists of a required tag key and an associated tag value. =head2 TemplateConfiguration => L The message template thatEs used for the campaign. =head2 TreatmentDescription => Str The custom description of the default treatment for the campaign. =head2 TreatmentName => Str The 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. =head2 Version => Int The version number of the campaign. =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