Class: Aws::Types::UploadSSHPublicKeyRequest
- Inherits:
-
Object
- Object
- Aws::Types::UploadSSHPublicKeyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ssh_public_key_body ⇒ ::String
Returns the value of attribute ssh_public_key_body.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#ssh_public_key_body ⇒ ::String
Returns the value of attribute ssh_public_key_body.
2324 2325 2326 |
# File 'sig/types.rbs', line 2324 def ssh_public_key_body @ssh_public_key_body end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
2323 2324 2325 |
# File 'sig/types.rbs', line 2323 def user_name @user_name end |