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.
6094 6095 6096 6097 6098 6099 6100 6101 6102 |
# File 'gems/aws-sdk-opsworks/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_arn ⇒ String
The user's IAM ARN.
6094 6095 6096 6097 6098 6099 6100 6101 6102 |
# File 'gems/aws-sdk-opsworks/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 |
#name ⇒ String
The user's name.
6094 6095 6096 6097 6098 6099 6100 6101 6102 |
# File 'gems/aws-sdk-opsworks/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_key ⇒ String
The user's SSH public key.
6094 6095 6096 6097 6098 6099 6100 6101 6102 |
# File 'gems/aws-sdk-opsworks/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_username ⇒ String
The user's SSH user name.
6094 6095 6096 6097 6098 6099 6100 6101 6102 |
# File 'gems/aws-sdk-opsworks/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 |