Class: Aws::CodeStar::Types::UpdateTeamMemberResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codestar/lib/aws-sdk-codestar/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#project_roleString

The project role granted to the user.

Returns:

  • (String)


1122
1123
1124
1125
1126
1127
1128
# File 'gems/aws-sdk-codestar/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_allowedBoolean

Whether a team member is allowed to remotely access project resources using the SSH public key associated with the user's profile.

Returns:

  • (Boolean)


1122
1123
1124
1125
1126
1127
1128
# File 'gems/aws-sdk-codestar/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_arnString

The Amazon Resource Name (ARN) of the user whose team membership attributes were updated.

Returns:

  • (String)


1122
1123
1124
1125
1126
1127
1128
# File 'gems/aws-sdk-codestar/lib/aws-sdk-codestar/types.rb', line 1122

class UpdateTeamMemberResult < Struct.new(
  :user_arn,
  :project_role,
  :remote_access_allowed)
  SENSITIVE = []
  include Aws::Structure
end