Class: Aws::Types::GetSSHPublicKeyRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetSSHPublicKeyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encoding ⇒ "SSH", "PEM"
Returns the value of attribute encoding.
-
#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
#encoding ⇒ "SSH", "PEM"
Returns the value of attribute encoding.
913 914 915 |
# File 'sig/types.rbs', line 913 def encoding @encoding end |
#ssh_public_key_id ⇒ ::String
Returns the value of attribute ssh_public_key_id.
912 913 914 |
# File 'sig/types.rbs', line 912 def ssh_public_key_id @ssh_public_key_id end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
911 912 913 |
# File 'sig/types.rbs', line 911 def user_name @user_name end |