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

Class: Aws::Cloud9::Types::UpdateEnvironmentMembershipRequest

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

Overview

Note:

When passing UpdateEnvironmentMembershipRequest 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 for the environment member whose settings you want to change.

Returns:

  • (String)

    The ID of the environment for the environment member whose settings you want to change.

#permissionsString

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.

    Possible values:

    • read-write
    • read-only

Returns:

  • (String)

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

#user_arnString

The Amazon Resource Name (ARN) of the environment member whose settings you want to change.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the environment member whose settings you want to change.