Struct aws_sdk_codestar::input::associate_team_member_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for AssociateTeamMemberInput
Implementations
The ID of the project to which you will add the IAM user.
The ID of the project to which you will add the IAM user.
A user- or system-generated token that identifies the entity that requested the team member association to the project. This token can be used to repeat the request.
A user- or system-generated token that identifies the entity that requested the team member association to the project. This token can be used to repeat the request.
The Amazon Resource Name (ARN) for the IAM user you want to add to the AWS CodeStar project.
The Amazon Resource Name (ARN) for the IAM user you want to add to the AWS CodeStar project.
The AWS CodeStar project role that will apply to this user. This role determines what actions a user can take in an AWS CodeStar project.
The AWS CodeStar project role that will apply to this user. This role determines what actions a user can take in an AWS CodeStar project.
Whether the team member is allowed to use an SSH public/private key pair to remotely access project resources, for example Amazon EC2 instances.
Whether the team member is allowed to use an SSH public/private key pair to remotely access project resources, for example Amazon EC2 instances.
Consumes the builder and constructs a AssociateTeamMemberInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more