Module Values_2.MemberIdArnPairSource

An object that consists of a member Amazon Resource Name (ARN) and a member ID.

Sourcetype nonrec t = {
  1. memberId : Values_0.RestrictiveResourceId.t option;
    (*

    The ID of the member.

    *)
  2. memberArn : Values_0.Arn.t option;
    (*

    The Amazon Resource Name (ARN) of the member.

    *)
}
Sourceval make : ?memberId:??? -> ?memberArn:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.RestrictiveResourceId.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