Class: Aws::Types::SSHPublicKeyMetadata
- Inherits:
-
Object
- Object
- Aws::Types::SSHPublicKeyMetadata
- 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.
-
#upload_date ⇒ ::Time
Returns the value of attribute upload_date.
-
#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.
1933 1934 1935 |
# File 'sig/types.rbs', line 1933 def ssh_public_key_id @ssh_public_key_id end |
#status ⇒ "Active", ...
Returns the value of attribute status.
1934 1935 1936 |
# File 'sig/types.rbs', line 1934 def status @status end |
#upload_date ⇒ ::Time
Returns the value of attribute upload_date.
1935 1936 1937 |
# File 'sig/types.rbs', line 1935 def upload_date @upload_date end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
1932 1933 1934 |
# File 'sig/types.rbs', line 1932 def user_name @user_name end |