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

Class: Aws::CodeStar::Types::TeamMember

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

Overview

Information about a team member in a project.

Instance Attribute Summary collapse

Instance Attribute Details

#project_roleString

The role assigned to the user in the project. Project roles have different levels of access. For more information, see Working with Teams in the AWS CodeStar User Guide.

Returns:

  • (String)

    The role assigned to the user in the project.

#remote_access_allowedBoolean

Whether the user is allowed to remotely access project resources using an SSH public/private key pair.

Returns:

  • (Boolean)

    Whether the user is allowed to remotely access project resources using an SSH public/private key pair.

#user_arnString

The Amazon Resource Name (ARN) of the user in IAM.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the user in IAM.