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.
12678 12679 12680 |
# File 'sig/types.rbs', line 12678 def create_time @create_time end |
#key_fingerprint ⇒ ::String
Returns the value of attribute key_fingerprint.
12680 12681 12682 |
# File 'sig/types.rbs', line 12680 def key_fingerprint @key_fingerprint end |
#key_name ⇒ ::String
Returns the value of attribute key_name.
12679 12680 12681 |
# File 'sig/types.rbs', line 12679 def key_name @key_name end |
#key_pair_id ⇒ ::String
Returns the value of attribute key_pair_id.
12674 12675 12676 |
# File 'sig/types.rbs', line 12674 def key_pair_id @key_pair_id end |
#key_type ⇒ "rsa", "ed25519"
Returns the value of attribute key_type.
12675 12676 12677 |
# File 'sig/types.rbs', line 12675 def key_type @key_type end |
#public_key ⇒ ::String
Returns the value of attribute public_key.
12677 12678 12679 |
# File 'sig/types.rbs', line 12677 def public_key @public_key end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
12676 12677 12678 |
# File 'sig/types.rbs', line 12676 def @tags end |