Module Values.AccountSource

Contains information about the Amazon Web Services account within which the activity took place.

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

    The Amazon Web Services account ID within which the activity took place. This may differ from the account that owns the user identity.

    *)
  2. name : String_.t option;
    (*

    Name of the member's Amazon Web Services account.

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