UpdateUserProfileResult

public struct UpdateUserProfileResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The date the user profile was created, in timestamp format.

    Declaration

    Swift

    public let createdTimestamp: TimeStamp?
  • The name that is displayed as the friendly name for the user in AWS CodeStar.

    Declaration

    Swift

    public let displayName: String?
  • The email address that is displayed as part of the user’s profile in AWS CodeStar.

    Declaration

    Swift

    public let emailAddress: String?
  • The date the user profile was last modified, in timestamp format.

    Declaration

    Swift

    public let lastModifiedTimestamp: TimeStamp?
  • 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.

    Declaration

    Swift

    public let sshPublicKey: String?
  • The Amazon Resource Name (ARN) of the user in IAM.

    Declaration

    Swift

    public let userArn: String
  • Undocumented

    Declaration

    Swift

    public init(createdTimestamp: TimeStamp? = nil, displayName: String? = nil, emailAddress: String? = nil, lastModifiedTimestamp: TimeStamp? = nil, sshPublicKey: String? = nil, userArn: String)