Class: Aws::Types::SshPublicKey
- Inherits:
-
Object
- Object
- Aws::Types::SshPublicKey
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#date_imported ⇒ ::Time
Returns the value of attribute date_imported.
-
#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.
Instance Attribute Details
#date_imported ⇒ ::Time
Returns the value of attribute date_imported.
1212 1213 1214 |
# File 'sig/types.rbs', line 1212 def date_imported @date_imported end |
#ssh_public_key_body ⇒ ::String
Returns the value of attribute ssh_public_key_body.
1213 1214 1215 |
# File 'sig/types.rbs', line 1213 def ssh_public_key_body @ssh_public_key_body end |
#ssh_public_key_id ⇒ ::String
Returns the value of attribute ssh_public_key_id.
1214 1215 1216 |
# File 'sig/types.rbs', line 1214 def ssh_public_key_id @ssh_public_key_id end |