Class: Aws::Types::SSHPublicKey
- Inherits:
-
Object
- Object
- Aws::Types::SSHPublicKey
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fingerprint ⇒ ::String
Returns the value of attribute fingerprint.
-
#ssh_public_key_body ⇒ ::String
Returns the value of attribute ssh_public_key_body.
-
#ssh_public_key_id ⇒ ::String
Returns the value of attribute ssh_public_key_id.
-
#status ⇒ "Active", ...
Returns the value of attribute status.
-
#upload_date ⇒ ::Time
Returns the value of attribute upload_date.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#fingerprint ⇒ ::String
Returns the value of attribute fingerprint.
2028 2029 2030 |
# File 'sig/types.rbs', line 2028 def fingerprint @fingerprint end |
#ssh_public_key_body ⇒ ::String
Returns the value of attribute ssh_public_key_body.
2029 2030 2031 |
# File 'sig/types.rbs', line 2029 def ssh_public_key_body @ssh_public_key_body end |
#ssh_public_key_id ⇒ ::String
Returns the value of attribute ssh_public_key_id.
2027 2028 2029 |
# File 'sig/types.rbs', line 2027 def ssh_public_key_id @ssh_public_key_id end |
#status ⇒ "Active", ...
Returns the value of attribute status.
2030 2031 2032 |
# File 'sig/types.rbs', line 2030 def status @status end |
#upload_date ⇒ ::Time
Returns the value of attribute upload_date.
2031 2032 2033 |
# File 'sig/types.rbs', line 2031 def upload_date @upload_date end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
2026 2027 2028 |
# File 'sig/types.rbs', line 2026 def user_name @user_name end |