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

Class: Aws::OpsWorks::Types::UserProfile

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

Overview

Describes a user's SSH information.

Instance Attribute Summary collapse

Instance Attribute Details

#allow_self_managementBoolean

Whether users can specify their own SSH public key through the My Settings page. For more information, see Managing User Permissions.

Returns:

  • (Boolean)

    Whether users can specify their own SSH public key through the My Settings page.

#iam_user_arnString

The user\'s IAM ARN.

Returns:

  • (String)

    The user\'s IAM ARN.

#nameString

The user\'s name.

Returns:

  • (String)

    The user\'s name.

#ssh_public_keyString

The user\'s SSH public key.

Returns:

  • (String)

    The user\'s SSH public key.

#ssh_usernameString

The user\'s SSH user name.

Returns:

  • (String)

    The user\'s SSH user name.