You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Cloud9::Types::CreateEnvironmentMembershipRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CreateEnvironmentMembershipRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#environment_idString

The ID of the environment that contains the environment member you want to add.

Returns:

  • (String)

    The ID of the environment that contains the environment member you want to add.

#permissionsString

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.

    Possible values:

    • read-write
    • read-only

Returns:

  • (String)

    The type of environment member permissions you want to associate with this environment member.

#user_arnString

The Amazon Resource Name (ARN) of the environment member you want to add.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the environment member you want to add.