Class: Aws::Types::UpdateSSHPublicKeyRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSSHPublicKeyRequest
- 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.
-
#status ⇒ "Active", ...
Returns the value of attribute status.
-
#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.
2289 2290 2291 |
# File 'sig/types.rbs', line 2289 def ssh_public_key_id @ssh_public_key_id end |
#status ⇒ "Active", ...
Returns the value of attribute status.
2290 2291 2292 |
# File 'sig/types.rbs', line 2290 def status @status end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
2288 2289 2290 |
# File 'sig/types.rbs', line 2288 def user_name @user_name end |