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.
944 945 946 |
# File 'sig/types.rbs', line 944 def encoding @encoding end |
#ssh_public_key_id ⇒ ::String
Returns the value of attribute ssh_public_key_id.
943 944 945 |
# File 'sig/types.rbs', line 943 def ssh_public_key_id @ssh_public_key_id end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
942 943 944 |
# File 'sig/types.rbs', line 942 def user_name @user_name end |