AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Information about an environment member for an Cloud9 development environment.

Inheritance Hierarchy

System.Object
  Amazon.Cloud9.Model.EnvironmentMember

Namespace: Amazon.Cloud9.Model
Assembly: AWSSDK.Cloud9.dll
Version: 3.x.y.z

Syntax

C#
public class EnvironmentMember

The EnvironmentMember type exposes the following members

Constructors

NameDescription
Public Method EnvironmentMember()

Properties

NameTypeDescription
Public Property EnvironmentId System.String

Gets and sets the property EnvironmentId.

The ID of the environment for the environment member.

Public Property LastAccess System.DateTime

Gets and sets the property LastAccess.

The time, expressed in epoch time format, when the environment member last opened the environment.

Public Property Permissions Amazon.Cloud9.PermissionsType

Gets and sets the property Permissions.

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.

Public Property UserArn System.String

Gets and sets the property UserArn.

The Amazon Resource Name (ARN) of the environment member.

Public Property UserId System.String

Gets and sets the property UserId.

The user ID in Identity and Access Management (IAM) of the environment member.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5