Method: Aws::Scheduler::Types::CreateScheduleInput#schedule_expression_timezone

Defined in:
lib/aws-sdk-scheduler/types.rb

#schedule_expression_timezoneString

The timezone in which the scheduling expression is evaluated.

Returns:

  • (String)
[View source]

228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
# File 'lib/aws-sdk-scheduler/types.rb', line 228

class CreateScheduleInput < Struct.new(
  :action_after_completion,
  :client_token,
  :description,
  :end_date,
  :flexible_time_window,
  :group_name,
  :kms_key_arn,
  :name,
  :schedule_expression,
  :schedule_expression_timezone,
  :start_date,
  :state,
  :target)
  SENSITIVE = []
  include Aws::Structure
end