Class: Aws::CodeStar::Types::DisassociateTeamMemberRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#project_idString

The ID of the AWS CodeStar project from which you want to remove a team member.

Returns:

  • (String)


524
525
526
527
528
529
# File 'lib/aws-sdk-codestar/types.rb', line 524

class DisassociateTeamMemberRequest < Struct.new(
  :project_id,
  :user_arn)
  SENSITIVE = []
  include Aws::Structure
end

#user_arnString

The Amazon Resource Name (ARN) of the IAM user or group whom you want to remove from the project.

Returns:

  • (String)


524
525
526
527
528
529
# File 'lib/aws-sdk-codestar/types.rb', line 524

class DisassociateTeamMemberRequest < Struct.new(
  :project_id,
  :user_arn)
  SENSITIVE = []
  include Aws::Structure
end