Struct aws_sdk_codestar::output::update_user_profile_output::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for UpdateUserProfileOutput
Implementations
The Amazon Resource Name (ARN) of the user in IAM.
The Amazon Resource Name (ARN) of the user in IAM.
The name that is displayed as the friendly name for the user in AWS CodeStar.
The name that is displayed as the friendly name for the user in AWS CodeStar.
The email address that is displayed as part of the user's profile in AWS CodeStar.
The email address that is displayed as part of the user's profile in AWS CodeStar.
The SSH public key associated with the user in AWS CodeStar. This is the public portion of the public/private keypair the user can use to access project resources if a project owner allows the user remote access to those resources.
The SSH public key associated with the user in AWS CodeStar. This is the public portion of the public/private keypair the user can use to access project resources if a project owner allows the user remote access to those resources.
The date the user profile was created, in timestamp format.
The date the user profile was created, in timestamp format.
The date the user profile was last modified, in timestamp format.
The date the user profile was last modified, in timestamp format.
Consumes the builder and constructs a UpdateUserProfileOutput
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