Struct aws_sdk_codestar::model::team_member::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for TeamMember
Implementations
The Amazon Resource Name (ARN) of the user in IAM.
The Amazon Resource Name (ARN) of the user in IAM.
The role assigned to the user in the project. Project roles have different levels of access. For more information, see Working with Teams in the AWS CodeStar User Guide.
The role assigned to the user in the project. Project roles have different levels of access. For more information, see Working with Teams in the AWS CodeStar User Guide.
Whether the user is allowed to remotely access project resources using an SSH public/private key pair.
Whether the user is allowed to remotely access project resources using an SSH public/private key pair.
Consumes the builder and constructs a TeamMember
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