Class: Aws::OpsWorks::Types::UpdateMyUserProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::UpdateMyUserProfileRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ssh_public_key ⇒ String
The user’s SSH public key.
Instance Attribute Details
#ssh_public_key ⇒ String
The user’s SSH public key.
5703 5704 5705 5706 5707 |
# File 'lib/aws-sdk-opsworks/types.rb', line 5703 class UpdateMyUserProfileRequest < Struct.new( :ssh_public_key) SENSITIVE = [] include Aws::Structure end |