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

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

#iam_user_arnString

The user's IAM ARN.

Returns:

  • (String)


4580
4581
4582
4583
4584
4585
4586
4587
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4580

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

#nameString

The user's name.

Returns:

  • (String)


4580
4581
4582
4583
4584
4585
4586
4587
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4580

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

#ssh_public_keyString

The user's SSH public key.

Returns:

  • (String)


4580
4581
4582
4583
4584
4585
4586
4587
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4580

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

#ssh_usernameString

The user's SSH user name.

Returns:

  • (String)


4580
4581
4582
4583
4584
4585
4586
4587
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4580

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