Class: Aws::CodeStar::Types::DisassociateTeamMemberRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStar::Types::DisassociateTeamMemberRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codestar/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#project_id ⇒ String
The ID of the AWS CodeStar project from which you want to remove a team member.
-
#user_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM user or group whom you want to remove from the project.
Instance Attribute Details
#project_id ⇒ String
The ID of the AWS CodeStar project from which you want to remove a team member.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM user or group whom you want to remove from the project.
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 |