Class: Aws::Types::JourneyResponse

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:



2122
2123
2124
# File 'sig/types.rbs', line 2122

def activities
  @activities
end

#application_id::String

Returns the value of attribute application_id.

Returns:



2123
2124
2125
# File 'sig/types.rbs', line 2123

def application_id
  @application_id
end

#closed_daysTypes::ClosedDays

Returns the value of attribute closed_days.

Returns:



2142
2143
2144
# File 'sig/types.rbs', line 2142

def closed_days
  @closed_days
end

#creation_date::String

Returns the value of attribute creation_date.

Returns:



2124
2125
2126
# File 'sig/types.rbs', line 2124

def creation_date
  @creation_date
end

#id::String

Returns the value of attribute id.

Returns:



2125
2126
2127
# File 'sig/types.rbs', line 2125

def id
  @id
end

#journey_channel_settingsTypes::JourneyChannelSettings

Returns the value of attribute journey_channel_settings.

Returns:



2139
2140
2141
# File 'sig/types.rbs', line 2139

def journey_channel_settings
  @journey_channel_settings
end

#last_modified_date::String

Returns the value of attribute last_modified_date.

Returns:



2126
2127
2128
# File 'sig/types.rbs', line 2126

def last_modified_date
  @last_modified_date
end

#limitsTypes::JourneyLimits

Returns the value of attribute limits.

Returns:



2127
2128
2129
# File 'sig/types.rbs', line 2127

def limits
  @limits
end

#local_timeBoolean

Returns the value of attribute local_time.

Returns:



2128
2129
2130
# File 'sig/types.rbs', line 2128

def local_time
  @local_time
end

#name::String

Returns the value of attribute name.

Returns:



2129
2130
2131
# File 'sig/types.rbs', line 2129

def name
  @name
end

#open_hoursTypes::OpenHours

Returns the value of attribute open_hours.

Returns:



2141
2142
2143
# File 'sig/types.rbs', line 2141

def open_hours
  @open_hours
end

#quiet_timeTypes::QuietTime

Returns the value of attribute quiet_time.

Returns:



2130
2131
2132
# File 'sig/types.rbs', line 2130

def quiet_time
  @quiet_time
end

#refresh_frequency::String

Returns the value of attribute refresh_frequency.

Returns:



2131
2132
2133
# File 'sig/types.rbs', line 2131

def refresh_frequency
  @refresh_frequency
end

#refresh_on_segment_updateBoolean

Returns the value of attribute refresh_on_segment_update.

Returns:



2138
2139
2140
# File 'sig/types.rbs', line 2138

def refresh_on_segment_update
  @refresh_on_segment_update
end

#scheduleTypes::JourneySchedule

Returns the value of attribute schedule.

Returns:



2132
2133
2134
# File 'sig/types.rbs', line 2132

def schedule
  @schedule
end

#sending_scheduleBoolean

Returns the value of attribute sending_schedule.

Returns:



2140
2141
2142
# File 'sig/types.rbs', line 2140

def sending_schedule
  @sending_schedule
end

#start_activity::String

Returns the value of attribute start_activity.

Returns:



2133
2134
2135
# File 'sig/types.rbs', line 2133

def start_activity
  @start_activity
end

#start_conditionTypes::StartCondition

Returns the value of attribute start_condition.

Returns:



2134
2135
2136
# File 'sig/types.rbs', line 2134

def start_condition
  @start_condition
end

#state"DRAFT", ...

Returns the value of attribute state.

Returns:



2135
2136
2137
# File 'sig/types.rbs', line 2135

def state
  @state
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:



2136
2137
2138
# File 'sig/types.rbs', line 2136

def tags
  @tags
end

#timezone_estimation_methods::Array[("PHONE_NUMBER" | "POSTAL_CODE")]

Returns the value of attribute timezone_estimation_methods.

Returns:



2143
2144
2145
# File 'sig/types.rbs', line 2143

def timezone_estimation_methods
  @timezone_estimation_methods
end

#wait_for_quiet_timeBoolean

Returns the value of attribute wait_for_quiet_time.

Returns:



2137
2138
2139
# File 'sig/types.rbs', line 2137

def wait_for_quiet_time
  @wait_for_quiet_time
end