AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

This is the response object from the UpdateUserProfile operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.CodeStar.Model.UpdateUserProfileResponse

Namespace: Amazon.CodeStar.Model
Assembly: AWSSDK.CodeStar.dll
Version: 3.x.y.z

Syntax

C#
public class UpdateUserProfileResponse : AmazonWebServiceResponse

The UpdateUserProfileResponse type exposes the following members

Constructors

NameDescription
Public Method UpdateUserProfileResponse()

Properties

NameTypeDescription
Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property CreatedTimestamp System.DateTime

Gets and sets the property CreatedTimestamp.

The date the user profile was created, in timestamp format.

Public Property DisplayName System.String

Gets and sets the property DisplayName.

The name that is displayed as the friendly name for the user in AWS CodeStar.

Public Property EmailAddress System.String

Gets and sets the property EmailAddress.

The email address that is displayed as part of the user's profile in AWS CodeStar.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property LastModifiedTimestamp System.DateTime

Gets and sets the property LastModifiedTimestamp.

The date the user profile was last modified, in timestamp format.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property SshPublicKey System.String

Gets and sets the property SshPublicKey.

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.

Public Property UserArn System.String

Gets and sets the property UserArn.

The Amazon Resource Name (ARN) of the user in IAM.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5