Values.EnvironmentMemberSourceInformation about an environment member for an Cloud9 development environment.
type nonrec t = {permissions : Permissions.t option;The type of environment member permissions associated with this environment member. Available values include: owner: Owns the environment. read-only: Has read-only access to the environment. read-write: Has read-write access to the environment.
*)userId : String_.t option;The user ID in Identity and Access Management (IAM) of the environment member.
*)userArn : UserArn.t option;The Amazon Resource Name (ARN) of the environment member.
*)environmentId : EnvironmentId.t option;The ID of the environment for the environment member.
*)lastAccess : Timestamp.t option;The time, expressed in epoch time format, when the environment member last opened the environment.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ]