Class: Aws::Types::DeleteSshPublicKeyRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteSshPublicKeyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#server_id ⇒ ::String
Returns the value of attribute server_id.
-
#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
#server_id ⇒ ::String
Returns the value of attribute server_id.
290 291 292 |
# File 'sig/types.rbs', line 290 def server_id @server_id end |
#ssh_public_key_id ⇒ ::String
Returns the value of attribute ssh_public_key_id.
291 292 293 |
# File 'sig/types.rbs', line 291 def ssh_public_key_id @ssh_public_key_id end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
292 293 294 |
# File 'sig/types.rbs', line 292 def user_name @user_name end |