Module Values_1.NodeOwnerInfoSource

Information about ownership of a managed node.

Sourcetype nonrec t = {
  1. accountId : NodeAccountId.t option;
    (*

    The ID of the Amazon Web Services account that owns the managed node.

    *)
  2. organizationalUnitId : NodeOrganizationalUnitId.t option;
    (*

    The ID of the organization unit (OU) that the account is part of.

    *)
  3. organizationalUnitPath : NodeOrganizationalUnitPath.t option;
    (*

    The path for the organizational unit (OU) that owns the managed node. The path for the OU is built using the IDs of the organization, root, and all OUs in the path down to and including the OU. For example: o-a1b2c3d4e5/r-f6g7h8i9j0example/ou-ghi0-awsccccc/ou-jkl0-awsddddd/

    *)
}
Sourceval make : ?accountId:??? -> ?organizationalUnitId:??? -> ?organizationalUnitPath:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of NodeAccountId.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