Class: Aws::Types::KeyPairInfo
- Inherits:
-
Object
- Object
- Aws::Types::KeyPairInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#key_fingerprint ⇒ ::String
Returns the value of attribute key_fingerprint.
-
#key_name ⇒ ::String
Returns the value of attribute key_name.
-
#key_pair_id ⇒ ::String
Returns the value of attribute key_pair_id.
-
#key_type ⇒ "rsa", "ed25519"
Returns the value of attribute key_type.
-
#public_key ⇒ ::String
Returns the value of attribute public_key.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#create_time ⇒ ::Time
Returns the value of attribute create_time.
13005 13006 13007 |
# File 'sig/types.rbs', line 13005 def create_time @create_time end |
#key_fingerprint ⇒ ::String
Returns the value of attribute key_fingerprint.
13007 13008 13009 |
# File 'sig/types.rbs', line 13007 def key_fingerprint @key_fingerprint end |
#key_name ⇒ ::String
Returns the value of attribute key_name.
13006 13007 13008 |
# File 'sig/types.rbs', line 13006 def key_name @key_name end |
#key_pair_id ⇒ ::String
Returns the value of attribute key_pair_id.
13001 13002 13003 |
# File 'sig/types.rbs', line 13001 def key_pair_id @key_pair_id end |
#key_type ⇒ "rsa", "ed25519"
Returns the value of attribute key_type.
13002 13003 13004 |
# File 'sig/types.rbs', line 13002 def key_type @key_type end |
#public_key ⇒ ::String
Returns the value of attribute public_key.
13004 13005 13006 |
# File 'sig/types.rbs', line 13004 def public_key @public_key end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
13003 13004 13005 |
# File 'sig/types.rbs', line 13003 def @tags end |