Module Values_0.HoursOfOperationsIdentifierSource

Identifier for a hours of operations resource: ARN, ID, Name

Sourcetype nonrec t = {
  1. name : CommonNameLength127.t option;
    (*

    Name of the hours of operation

    *)
  2. id : HoursOfOperationId.t option;
    (*

    Unique identifier of the hours of operation.

    *)
  3. arn : ARN.t option;
    (*

    Amazon Resource Name (ARN) of the hours of operations.

    *)
}
Sourceval make : ?name:??? -> ?id:??? -> ?arn:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of CommonNameLength127.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