You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeStar::Types::CreateUserProfileRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CreateUserProfileRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  user_arn: "UserArn", # required
  display_name: "UserProfileDisplayName", # required
  email_address: "Email", # required
  ssh_public_key: "SshPublicKey",
}

Instance Attribute Summary collapse

Instance Attribute Details

#display_nameString

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

Returns:

  • (String)

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

#email_addressString

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

Returns:

  • (String)

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

#ssh_public_keyString

The SSH public key associated with the user in AWS CodeStar. If a project owner allows the user remote access to project resources, this public key will be used along with the user\'s private key for SSH access.

Returns:

  • (String)

    The SSH public key associated with the user in AWS CodeStar.

#user_arnString

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

Returns:

  • (String)

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