Class: Aws::OpsWorks::Types::SelfUserProfile
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::SelfUserProfile
- 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
-
#iam_user_arn ⇒ String
The user's IAM ARN.
-
#name ⇒ String
The user's name.
-
#ssh_public_key ⇒ String
The user's SSH public key.
-
#ssh_username ⇒ String
The user's SSH user name.
Instance Attribute Details
#iam_user_arn ⇒ String
The user's IAM ARN.
4600 4601 4602 4603 4604 4605 4606 4607 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4600 class SelfUserProfile < Struct.new( :iam_user_arn, :name, :ssh_username, :ssh_public_key) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The user's name.
4600 4601 4602 4603 4604 4605 4606 4607 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4600 class SelfUserProfile < Struct.new( :iam_user_arn, :name, :ssh_username, :ssh_public_key) SENSITIVE = [] include Aws::Structure end |
#ssh_public_key ⇒ String
The user's SSH public key.
4600 4601 4602 4603 4604 4605 4606 4607 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4600 class SelfUserProfile < Struct.new( :iam_user_arn, :name, :ssh_username, :ssh_public_key) SENSITIVE = [] include Aws::Structure end |
#ssh_username ⇒ String
The user's SSH user name.
4600 4601 4602 4603 4604 4605 4606 4607 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4600 class SelfUserProfile < Struct.new( :iam_user_arn, :name, :ssh_username, :ssh_public_key) SENSITIVE = [] include Aws::Structure end |