Class: Aws::Types::KeyPair
- Inherits:
-
Object
- Object
- Aws::Types::KeyPair
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key_fingerprint ⇒ ::String
Returns the value of attribute key_fingerprint.
-
#key_material ⇒ ::String
Returns the value of attribute key_material.
-
#key_name ⇒ ::String
Returns the value of attribute key_name.
-
#key_pair_id ⇒ ::String
Returns the value of attribute key_pair_id.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#key_fingerprint ⇒ ::String
Returns the value of attribute key_fingerprint.
12397 12398 12399 |
# File 'sig/types.rbs', line 12397 def key_fingerprint @key_fingerprint end |
#key_material ⇒ ::String
Returns the value of attribute key_material.
12398 12399 12400 |
# File 'sig/types.rbs', line 12398 def key_material @key_material end |
#key_name ⇒ ::String
Returns the value of attribute key_name.
12396 12397 12398 |
# File 'sig/types.rbs', line 12396 def key_name @key_name end |
#key_pair_id ⇒ ::String
Returns the value of attribute key_pair_id.
12394 12395 12396 |
# File 'sig/types.rbs', line 12394 def key_pair_id @key_pair_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
12395 12396 12397 |
# File 'sig/types.rbs', line 12395 def @tags end |