Class: Aws::Types::ImportKeyPairResult
- Inherits:
-
Object
- Object
- Aws::Types::ImportKeyPairResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#key_fingerprint ⇒ ::String
Returns the value of attribute key_fingerprint.
11154 11155 11156 |
# File 'sig/types.rbs', line 11154 def key_fingerprint @key_fingerprint end |
#key_name ⇒ ::String
Returns the value of attribute key_name.
11155 11156 11157 |
# File 'sig/types.rbs', line 11155 def key_name @key_name end |
#key_pair_id ⇒ ::String
Returns the value of attribute key_pair_id.
11156 11157 11158 |
# File 'sig/types.rbs', line 11156 def key_pair_id @key_pair_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
11157 11158 11159 |
# File 'sig/types.rbs', line 11157 def @tags end |