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.
12407 12408 12409 |
# File 'sig/types.rbs', line 12407 def create_time @create_time end |
#key_fingerprint ⇒ ::String
Returns the value of attribute key_fingerprint.
12409 12410 12411 |
# File 'sig/types.rbs', line 12409 def key_fingerprint @key_fingerprint end |
#key_name ⇒ ::String
Returns the value of attribute key_name.
12408 12409 12410 |
# File 'sig/types.rbs', line 12408 def key_name @key_name end |
#key_pair_id ⇒ ::String
Returns the value of attribute key_pair_id.
12403 12404 12405 |
# File 'sig/types.rbs', line 12403 def key_pair_id @key_pair_id end |
#key_type ⇒ "rsa", "ed25519"
Returns the value of attribute key_type.
12404 12405 12406 |
# File 'sig/types.rbs', line 12404 def key_type @key_type end |
#public_key ⇒ ::String
Returns the value of attribute public_key.
12406 12407 12408 |
# File 'sig/types.rbs', line 12406 def public_key @public_key end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
12405 12406 12407 |
# File 'sig/types.rbs', line 12405 def @tags end |