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.
1924 1925 1926 |
# File 'sig/types.rbs', line 1924 def fingerprint @fingerprint end |
#ssh_public_key_body ⇒ ::String
Returns the value of attribute ssh_public_key_body.
1925 1926 1927 |
# File 'sig/types.rbs', line 1925 def ssh_public_key_body @ssh_public_key_body end |
#ssh_public_key_id ⇒ ::String
Returns the value of attribute ssh_public_key_id.
1923 1924 1925 |
# File 'sig/types.rbs', line 1923 def ssh_public_key_id @ssh_public_key_id end |
#status ⇒ "Active", ...
Returns the value of attribute status.
1926 1927 1928 |
# File 'sig/types.rbs', line 1926 def status @status end |
#upload_date ⇒ ::Time
Returns the value of attribute upload_date.
1927 1928 1929 |
# File 'sig/types.rbs', line 1927 def upload_date @upload_date end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
1922 1923 1924 |
# File 'sig/types.rbs', line 1922 def user_name @user_name end |