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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


13463
13464
13465
13466
13467
13468
# File 'lib/aws-sdk-datazone/types.rb', line 13463

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

#timezoneString

The timezone of the data source run.

Returns:

  • (String)


13463
13464
13465
13466
13467
13468
# File 'lib/aws-sdk-datazone/types.rb', line 13463

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