Method: Aws::Scheduler::Types::UpdateScheduleInput#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]

1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
# File 'lib/aws-sdk-scheduler/types.rb', line 1414

class UpdateScheduleInput < 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