Values_2.DescribeRefreshScheduleRequestSourceProvides a summary of a refresh schedule.
type nonrec t = {awsAccountId : Values_1.AwsAccountId.t;The Amazon Web Services account ID.
*)dataSetId : Values_1.ResourceId.t;The ID of the dataset.
*)scheduleId : Values_0.String_.t;The ID of the refresh schedule.
*)}val make :
awsAccountId:Values_1.AwsAccountId.t ->
dataSetId:Values_1.ResourceId.t ->
scheduleId:Values_0.String_.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of Values_1.AwsAccountId.t ]) list ]