class Aws::Cloud9::Types::CreateEnvironmentMembershipRequest

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

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 that contains the environment member you
want to add.
@return [String]

@!attribute [rw] user_arn

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

@!attribute [rw] permissions

The 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/CreateEnvironmentMembershipRequest AWS API Documentation

Constants

SENSITIVE