Module Values.ScheduledActionAssociationSource

Contains names of objects associated with a scheduled action.

Sourcetype nonrec t = {
  1. namespaceName : NamespaceName.t option;
    (*

    Name of associated Amazon Redshift Serverless namespace.

    *)
  2. scheduledActionName : ScheduledActionName.t option;
    (*

    Name of associated scheduled action.

    *)
}
Sourceval make : ?namespaceName:??? -> ?scheduledActionName:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of NamespaceName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t