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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opsworks/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.

Returns:

  • (Boolean)


6067
6068
6069
6070
6071
6072
6073
6074
6075
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 6067

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)


6067
6068
6069
6070
6071
6072
6073
6074
6075
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 6067

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)


6067
6068
6069
6070
6071
6072
6073
6074
6075
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 6067

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)


6067
6068
6069
6070
6071
6072
6073
6074
6075
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 6067

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)


6067
6068
6069
6070
6071
6072
6073
6074
6075
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 6067

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