You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Pinpoint::Types::JourneySchedule

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing JourneySchedule as input to an Aws::Client method, you can use a vanilla Hash:

{
  end_time: Time.now,
  start_time: Time.now,
  timezone: "__string",
}

Specifies the schedule settings for a journey.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

Returns:

  • (Time)

#start_timeTime

Returns:

  • (Time)

#timezoneString

The starting UTC offset for the journey schedule, if the value of the journey\'s LocalTime property is true. Valid values are: UTC, UTC+01, UTC+02, UTC+03, UTC+03:30, UTC+04, UTC+04:30, UTC+05, UTC+05:30, UTC+05:45, UTC+06, UTC+06:30, UTC+07, UTC+08, UTC+08:45, UTC+09, UTC+09:30, UTC+10, UTC+10:30, UTC+11, UTC+12, UTC+12:45, UTC+13, UTC+13:45, UTC-02, UTC-02:30, UTC-03, UTC-03:30, UTC-04, UTC-05, UTC-06, UTC-07, UTC-08, UTC-09, UTC-09:30, UTC-10, and UTC-11.

Returns:

  • (String)

    The starting UTC offset for the journey schedule, if the value of the journey\'s LocalTime property is true.