Class: Aws::Types::ImportKeyPairRequest
- Inherits:
-
Object
- Object
- Aws::Types::ImportKeyPairRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key_pair_name ⇒ ::String
Returns the value of attribute key_pair_name.
-
#public_key_base_64 ⇒ ::String
Returns the value of attribute public_key_base_64.
Instance Attribute Details
#key_pair_name ⇒ ::String
Returns the value of attribute key_pair_name.
2117 2118 2119 |
# File 'sig/types.rbs', line 2117 def key_pair_name @key_pair_name end |
#public_key_base_64 ⇒ ::String
Returns the value of attribute public_key_base_64.
2118 2119 2120 |
# File 'sig/types.rbs', line 2118 def public_key_base_64 @public_key_base_64 end |