Class: Aws::Types::WriteJourneyRequest
- Inherits:
-
Object
- Object
- Aws::Types::WriteJourneyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#activities ⇒ ::Hash[::String, Types::Activity]
Returns the value of attribute activities.
-
#closed_days ⇒ Types::ClosedDays
Returns the value of attribute closed_days.
-
#creation_date ⇒ ::String
Returns the value of attribute creation_date.
-
#journey_channel_settings ⇒ Types::JourneyChannelSettings
Returns the value of attribute journey_channel_settings.
-
#last_modified_date ⇒ ::String
Returns the value of attribute last_modified_date.
-
#limits ⇒ Types::JourneyLimits
Returns the value of attribute limits.
-
#local_time ⇒ Boolean
Returns the value of attribute local_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#open_hours ⇒ Types::OpenHours
Returns the value of attribute open_hours.
-
#quiet_time ⇒ Types::QuietTime
Returns the value of attribute quiet_time.
-
#refresh_frequency ⇒ ::String
Returns the value of attribute refresh_frequency.
-
#refresh_on_segment_update ⇒ Boolean
Returns the value of attribute refresh_on_segment_update.
-
#schedule ⇒ Types::JourneySchedule
Returns the value of attribute schedule.
-
#sending_schedule ⇒ Boolean
Returns the value of attribute sending_schedule.
-
#start_activity ⇒ ::String
Returns the value of attribute start_activity.
-
#start_condition ⇒ Types::StartCondition
Returns the value of attribute start_condition.
-
#state ⇒ "DRAFT", ...
Returns the value of attribute state.
-
#timezone_estimation_methods ⇒ ::Array[("PHONE_NUMBER" | "POSTAL_CODE")]
Returns the value of attribute timezone_estimation_methods.
-
#wait_for_quiet_time ⇒ Boolean
Returns the value of attribute wait_for_quiet_time.
Instance Attribute Details
#activities ⇒ ::Hash[::String, Types::Activity]
Returns the value of attribute activities.
3359 3360 3361 |
# File 'sig/types.rbs', line 3359 def activities @activities end |
#closed_days ⇒ Types::ClosedDays
Returns the value of attribute closed_days.
3376 3377 3378 |
# File 'sig/types.rbs', line 3376 def closed_days @closed_days end |
#creation_date ⇒ ::String
Returns the value of attribute creation_date.
3360 3361 3362 |
# File 'sig/types.rbs', line 3360 def creation_date @creation_date end |
#journey_channel_settings ⇒ Types::JourneyChannelSettings
Returns the value of attribute journey_channel_settings.
3373 3374 3375 |
# File 'sig/types.rbs', line 3373 def journey_channel_settings @journey_channel_settings end |
#last_modified_date ⇒ ::String
Returns the value of attribute last_modified_date.
3361 3362 3363 |
# File 'sig/types.rbs', line 3361 def last_modified_date @last_modified_date end |
#limits ⇒ Types::JourneyLimits
Returns the value of attribute limits.
3362 3363 3364 |
# File 'sig/types.rbs', line 3362 def limits @limits end |
#local_time ⇒ Boolean
Returns the value of attribute local_time.
3363 3364 3365 |
# File 'sig/types.rbs', line 3363 def local_time @local_time end |
#name ⇒ ::String
Returns the value of attribute name.
3364 3365 3366 |
# File 'sig/types.rbs', line 3364 def name @name end |
#open_hours ⇒ Types::OpenHours
Returns the value of attribute open_hours.
3375 3376 3377 |
# File 'sig/types.rbs', line 3375 def open_hours @open_hours end |
#quiet_time ⇒ Types::QuietTime
Returns the value of attribute quiet_time.
3365 3366 3367 |
# File 'sig/types.rbs', line 3365 def quiet_time @quiet_time end |
#refresh_frequency ⇒ ::String
Returns the value of attribute refresh_frequency.
3366 3367 3368 |
# File 'sig/types.rbs', line 3366 def refresh_frequency @refresh_frequency end |
#refresh_on_segment_update ⇒ Boolean
Returns the value of attribute refresh_on_segment_update.
3372 3373 3374 |
# File 'sig/types.rbs', line 3372 def refresh_on_segment_update @refresh_on_segment_update end |
#schedule ⇒ Types::JourneySchedule
Returns the value of attribute schedule.
3367 3368 3369 |
# File 'sig/types.rbs', line 3367 def schedule @schedule end |
#sending_schedule ⇒ Boolean
Returns the value of attribute sending_schedule.
3374 3375 3376 |
# File 'sig/types.rbs', line 3374 def sending_schedule @sending_schedule end |
#start_activity ⇒ ::String
Returns the value of attribute start_activity.
3368 3369 3370 |
# File 'sig/types.rbs', line 3368 def start_activity @start_activity end |
#start_condition ⇒ Types::StartCondition
Returns the value of attribute start_condition.
3369 3370 3371 |
# File 'sig/types.rbs', line 3369 def start_condition @start_condition end |
#state ⇒ "DRAFT", ...
Returns the value of attribute state.
3370 3371 3372 |
# File 'sig/types.rbs', line 3370 def state @state end |
#timezone_estimation_methods ⇒ ::Array[("PHONE_NUMBER" | "POSTAL_CODE")]
Returns the value of attribute timezone_estimation_methods.
3377 3378 3379 |
# File 'sig/types.rbs', line 3377 def timezone_estimation_methods @timezone_estimation_methods end |
#wait_for_quiet_time ⇒ Boolean
Returns the value of attribute wait_for_quiet_time.
3371 3372 3373 |
# File 'sig/types.rbs', line 3371 def wait_for_quiet_time @wait_for_quiet_time end |