Class: Aws::Types::DeleteKeyPairRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteKeyPairRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#expected_fingerprint ⇒ ::String
Returns the value of attribute expected_fingerprint.
-
#key_pair_name ⇒ ::String
Returns the value of attribute key_pair_name.
Instance Attribute Details
#expected_fingerprint ⇒ ::String
Returns the value of attribute expected_fingerprint.
1033 1034 1035 |
# File 'sig/types.rbs', line 1033 def expected_fingerprint @expected_fingerprint end |
#key_pair_name ⇒ ::String
Returns the value of attribute key_pair_name.
1032 1033 1034 |
# File 'sig/types.rbs', line 1032 def key_pair_name @key_pair_name end |