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

Class: Aws::Cloud9::Types::EnvironmentMember

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

Overview

Information about an environment member for an AWS Cloud9 development environment.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#environment_idString

The ID of the environment for the environment member.

Returns:

  • (String)

    The ID of the environment for the environment member.

#last_accessTime

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

Returns:

  • (Time)

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

#permissionsString

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.

    Possible values:

    • owner
    • read-write
    • read-only

Returns:

  • (String)

    The type of environment member permissions associated with this environment member.

#user_arnString

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

Returns:

  • (String)

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

#user_idString

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

Returns:

  • (String)

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