Class: Aws::CodeStar::Types::UpdateTeamMemberResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStar::Types::UpdateTeamMemberResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codestar/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#project_role ⇒ String
The project role granted to the user.
-
#remote_access_allowed ⇒ Boolean
Whether a team member is allowed to remotely access project resources using the SSH public key associated with the user’s profile.
-
#user_arn ⇒ String
The Amazon Resource Name (ARN) of the user whose team membership attributes were updated.
Instance Attribute Details
#project_role ⇒ String
The project role granted to the user.
1122 1123 1124 1125 1126 1127 1128 |
# File 'lib/aws-sdk-codestar/types.rb', line 1122 class UpdateTeamMemberResult < Struct.new( :user_arn, :project_role, :remote_access_allowed) SENSITIVE = [] include Aws::Structure end |
#remote_access_allowed ⇒ Boolean
Whether a team member is allowed to remotely access project resources using the SSH public key associated with the user’s profile.
1122 1123 1124 1125 1126 1127 1128 |
# File 'lib/aws-sdk-codestar/types.rb', line 1122 class UpdateTeamMemberResult < Struct.new( :user_arn, :project_role, :remote_access_allowed) SENSITIVE = [] include Aws::Structure end |
#user_arn ⇒ String
The Amazon Resource Name (ARN) of the user whose team membership attributes were updated.
1122 1123 1124 1125 1126 1127 1128 |
# File 'lib/aws-sdk-codestar/types.rb', line 1122 class UpdateTeamMemberResult < Struct.new( :user_arn, :project_role, :remote_access_allowed) SENSITIVE = [] include Aws::Structure end |