Class: Aws::DataZone::Types::ScheduleConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb

Overview

The details of the schedule of the data source runs.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#scheduleString

The schedule of the data source runs.

Returns:

  • (String)


12849
12850
12851
12852
12853
12854
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12849

class ScheduleConfiguration < Struct.new(
  :schedule,
  :timezone)
  SENSITIVE = []
  include Aws::Structure
end

#timezoneString

The timezone of the data source run.

Returns:

  • (String)


12849
12850
12851
12852
12853
12854
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12849

class ScheduleConfiguration < Struct.new(
  :schedule,
  :timezone)
  SENSITIVE = []
  include Aws::Structure
end