Values.DescribeScheduleResponseSourceReturns the definition of a specific DataBrew schedule.
type nonrec t = {createDate : Date.t option;The date and time that the schedule was created.
*)createdBy : CreatedBy.t option;The identifier (user name) of the user who created the schedule.
*)jobNames : JobNameList.t option;The name or names of one or more jobs to be run by using the schedule.
*)lastModifiedBy : LastModifiedBy.t option;The identifier (user name) of the user who last modified the schedule.
*)lastModifiedDate : Date.t option;The date and time that the schedule was last modified.
*)resourceArn : Arn.t option;The Amazon Resource Name (ARN) of the schedule.
*)cronExpression : CronExpression.t option;The date or dates and time or times when the jobs are to be run for the schedule. For more information, see Cron expressions in the Glue DataBrew Developer Guide.
*)name : ScheduleName.t option;The name of the schedule.
*)}type nonrec error = [ | `ResourceNotFoundException of ResourceNotFoundException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of JobName.t ] list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of CreatedBy.t
| `Timestamp of Date.t ])
list ]