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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-opsworks/types.rb

Overview

Describes a user’s SSH information.

Constant Summary collapse

SENSITIVE =
[]

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

[1]: docs.aws.amazon.com/opsworks/latest/userguide/security-settingsshkey.html

Returns:

  • (Boolean)


6094
6095
6096
6097
6098
6099
6100
6101
6102
# File 'lib/aws-sdk-opsworks/types.rb', line 6094

class UserProfile < Struct.new(
  :iam_user_arn,
  :name,
  :ssh_username,
  :ssh_public_key,
  :allow_self_management)
  SENSITIVE = []
  include Aws::Structure
end

#iam_user_arnString

The user’s IAM ARN.

Returns:

  • (String)


6094
6095
6096
6097
6098
6099
6100
6101
6102
# File 'lib/aws-sdk-opsworks/types.rb', line 6094

class UserProfile < Struct.new(
  :iam_user_arn,
  :name,
  :ssh_username,
  :ssh_public_key,
  :allow_self_management)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The user’s name.

Returns:

  • (String)


6094
6095
6096
6097
6098
6099
6100
6101
6102
# File 'lib/aws-sdk-opsworks/types.rb', line 6094

class UserProfile < Struct.new(
  :iam_user_arn,
  :name,
  :ssh_username,
  :ssh_public_key,
  :allow_self_management)
  SENSITIVE = []
  include Aws::Structure
end

#ssh_public_keyString

The user’s SSH public key.

Returns:

  • (String)


6094
6095
6096
6097
6098
6099
6100
6101
6102
# File 'lib/aws-sdk-opsworks/types.rb', line 6094

class UserProfile < Struct.new(
  :iam_user_arn,
  :name,
  :ssh_username,
  :ssh_public_key,
  :allow_self_management)
  SENSITIVE = []
  include Aws::Structure
end

#ssh_usernameString

The user’s SSH user name.

Returns:

  • (String)


6094
6095
6096
6097
6098
6099
6100
6101
6102
# File 'lib/aws-sdk-opsworks/types.rb', line 6094

class UserProfile < Struct.new(
  :iam_user_arn,
  :name,
  :ssh_username,
  :ssh_public_key,
  :allow_self_management)
  SENSITIVE = []
  include Aws::Structure
end