![]() |
![]()
| ![]() |
![]()
NAMEPaws::Pinpoint::JourneyResponse 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::JourneyResponse object: $service_obj->Method(Att1 => { Activities => $value, ..., WaitForQuietTime => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::Pinpoint::JourneyResponse object: $result = $service_obj->Method(...); $result->Att1->Activities DESCRIPTIONProvides information about the status, configuration, and other settings for a journey. ATTRIBUTESActivities => Paws::Pinpoint::MapOfActivityA map that contains a set of Activity objects, one object for each activity in the journey. For each Activity object, the key is the unique identifier (string) for an activity and the value is the settings for the activity. REQUIRED ApplicationId => StrThe unique identifier for the application that the journey applies to. CreationDate => StrThe date, in ISO 8601 format, when the journey was created. REQUIRED Id => StrThe unique identifier for the journey. LastModifiedDate => StrThe date, in ISO 8601 format, when the journey was last modified. Limits => Paws::Pinpoint::JourneyLimitsThe messaging and entry limits for the journey. LocalTime => BoolSpecifies whether the journey's scheduled start and end times use each participant's local time. If this value is true, the schedule uses each participant's local time. REQUIRED Name => StrThe name of the journey. QuietTime => Paws::Pinpoint::QuietTimeThe quiet time settings for the journey. Quiet time is a specific time range when a journey doesn't send messages to participants, if all the following conditions are met:
If any of the preceding conditions isn't met, the participant will receive messages from the journey, even if quiet time is enabled. RefreshFrequency => StrThe frequency with which Amazon Pinpoint evaluates segment and event data for the journey, as a duration in ISO 8601 format. RefreshOnSegmentUpdate => BoolSpecifies whether a journey should be refreshed on segment update. Schedule => Paws::Pinpoint::JourneyScheduleThe schedule settings for the journey. StartActivity => StrThe unique identifier for the first activity in the journey. StartCondition => Paws::Pinpoint::StartConditionThe segment that defines which users are participants in the journey. State => StrThe current status of the journey. Possible values are:
Tags => Paws::Pinpoint::MapOf__stringThis object is not used or supported. WaitForQuietTime => BoolSpecifies whether endpoints in quiet hours should enter a wait till the end of their quiet hours. 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>
|