Class: Aws::Types::DeleteSSHPublicKeyRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteSSHPublicKeyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ssh_public_key_id ⇒ ::String
Returns the value of attribute ssh_public_key_id.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#ssh_public_key_id ⇒ ::String
Returns the value of attribute ssh_public_key_id.
443 444 445 |
# File 'sig/types.rbs', line 443 def ssh_public_key_id @ssh_public_key_id end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
442 443 444 |
# File 'sig/types.rbs', line 442 def user_name @user_name end |