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)


9236
9237
9238
9239
9240
9241
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9236

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

#timezoneString

The timezone of the data source run.

Returns:

  • (String)


9236
9237
9238
9239
9240
9241
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9236

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