Class: Aws::OpsWorks::Types::UserProfile
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::UserProfile
- 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
-
#allow_self_management ⇒ Boolean
Whether users can specify their own SSH public key through the My Settings page.
-
#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
#allow_self_management ⇒ Boolean
Whether users can specify their own SSH public key through the My Settings page. For more information, see Managing User Permissions.
7203 7204 7205 7206 7207 7208 7209 7210 7211 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 7203 class UserProfile < Struct.new( :iam_user_arn, :name, :ssh_username, :ssh_public_key, :allow_self_management) SENSITIVE = [] include Aws::Structure end |
#iam_user_arn ⇒ String
The user's IAM ARN.
7203 7204 7205 7206 7207 7208 7209 7210 7211 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 7203 class UserProfile < Struct.new( :iam_user_arn, :name, :ssh_username, :ssh_public_key, :allow_self_management) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The user's name.
7203 7204 7205 7206 7207 7208 7209 7210 7211 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 7203 class UserProfile < Struct.new( :iam_user_arn, :name, :ssh_username, :ssh_public_key, :allow_self_management) SENSITIVE = [] include Aws::Structure end |
#ssh_public_key ⇒ String
The user's SSH public key.
7203 7204 7205 7206 7207 7208 7209 7210 7211 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 7203 class UserProfile < Struct.new( :iam_user_arn, :name, :ssh_username, :ssh_public_key, :allow_self_management) SENSITIVE = [] include Aws::Structure end |
#ssh_username ⇒ String
The user's SSH user name.
7203 7204 7205 7206 7207 7208 7209 7210 7211 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 7203 class UserProfile < Struct.new( :iam_user_arn, :name, :ssh_username, :ssh_public_key, :allow_self_management) SENSITIVE = [] include Aws::Structure end |