Class: Aws::Types::WriteJourneyRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#activities::Hash[::String, Types::Activity]

Returns the value of attribute activities.

Returns:



3359
3360
3361
# File 'sig/types.rbs', line 3359

def activities
  @activities
end

#closed_daysTypes::ClosedDays

Returns the value of attribute closed_days.

Returns:



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.

Returns:

  • (::String)


3360
3361
3362
# File 'sig/types.rbs', line 3360

def creation_date
  @creation_date
end

#journey_channel_settingsTypes::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.

Returns:

  • (::String)


3361
3362
3363
# File 'sig/types.rbs', line 3361

def last_modified_date
  @last_modified_date
end

#limitsTypes::JourneyLimits

Returns the value of attribute limits.



3362
3363
3364
# File 'sig/types.rbs', line 3362

def limits
  @limits
end

#local_timeBoolean

Returns the value of attribute local_time.

Returns:

  • (Boolean)


3363
3364
3365
# File 'sig/types.rbs', line 3363

def local_time
  @local_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3364
3365
3366
# File 'sig/types.rbs', line 3364

def name
  @name
end

#open_hoursTypes::OpenHours

Returns the value of attribute open_hours.

Returns:



3375
3376
3377
# File 'sig/types.rbs', line 3375

def open_hours
  @open_hours
end

#quiet_timeTypes::QuietTime

Returns the value of attribute quiet_time.

Returns:



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.

Returns:

  • (::String)


3366
3367
3368
# File 'sig/types.rbs', line 3366

def refresh_frequency
  @refresh_frequency
end

#refresh_on_segment_updateBoolean

Returns the value of attribute refresh_on_segment_update.

Returns:

  • (Boolean)


3372
3373
3374
# File 'sig/types.rbs', line 3372

def refresh_on_segment_update
  @refresh_on_segment_update
end

#scheduleTypes::JourneySchedule

Returns the value of attribute schedule.



3367
3368
3369
# File 'sig/types.rbs', line 3367

def schedule
  @schedule
end

#sending_scheduleBoolean

Returns the value of attribute sending_schedule.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


3368
3369
3370
# File 'sig/types.rbs', line 3368

def start_activity
  @start_activity
end

#start_conditionTypes::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.

Returns:

  • ("DRAFT", "ACTIVE", "COMPLETED", "CANCELLED", "CLOSED", "PAUSED")


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.

Returns:

  • (::Array[("PHONE_NUMBER" | "POSTAL_CODE")])


3377
3378
3379
# File 'sig/types.rbs', line 3377

def timezone_estimation_methods
  @timezone_estimation_methods
end

#wait_for_quiet_timeBoolean

Returns the value of attribute wait_for_quiet_time.

Returns:

  • (Boolean)


3371
3372
3373
# File 'sig/types.rbs', line 3371

def wait_for_quiet_time
  @wait_for_quiet_time
end