Class: Aws::DataZone::Types::ScheduleConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ScheduleConfiguration
- 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
-
#schedule ⇒ String
The schedule of the data source runs.
-
#timezone ⇒ String
The timezone of the data source run.
Instance Attribute Details
#schedule ⇒ String
The schedule of the data source runs.
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 |
#timezone ⇒ String
The timezone of the data source run.
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 |