Module Values_3.DhcpOptionsSource

The set of DHCP options.

Sourcetype nonrec t = {
  1. ownerId : Values_0.String_.t option;
    (*

    The ID of the Amazon Web Services account that owns the DHCP options set.

    *)
  2. tags : Values_0.TagList.t option;
    (*

    Any tags assigned to the DHCP options set.

    *)
  3. dhcpOptionsId : Values_0.String_.t option;
    (*

    The ID of the set of DHCP options.

    *)
  4. dhcpConfigurations : Values_1.DhcpConfigurationList.t option;
    (*

    The DHCP options in the set.

    *)
}
Sourceval make : ?ownerId:??? -> ?tags:??? -> ?dhcpOptionsId:??? -> ?dhcpConfigurations:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of string ]) list ] list | `String of string ]) list ] list | `String of Values_0.String_.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