class Aws::Cloud9::Types::UpdateEnvironmentMembershipRequest

@note When making an API call, you may pass UpdateEnvironmentMembershipRequest

data as a hash:

    {
      environment_id: "EnvironmentId", # required
      user_arn: "UserArn", # required
      permissions: "read-write", # required, accepts read-write, read-only
    }

@!attribute [rw] environment_id

The ID of the environment for the environment member whose settings
you want to change.
@return [String]

@!attribute [rw] user_arn

The Amazon Resource Name (ARN) of the environment member whose
settings you want to change.
@return [String]

@!attribute [rw] permissions

The replacement type of environment member permissions you want to
associate with this environment member. Available values include:

* `read-only`\: Has read-only access to the environment.

* `read-write`\: Has read-write access to the environment.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/cloud9-2017-09-23/UpdateEnvironmentMembershipRequest AWS API Documentation

Constants

SENSITIVE