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

Class: Aws::OpsWorks::Types::SelfUserProfile

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

Overview

Describes a user's SSH information.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#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.