Class: Aws::Types::DeleteKeyPairResult
- Inherits:
-
Object
- Object
- Aws::Types::DeleteKeyPairResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key_pair_id ⇒ ::String
Returns the value of attribute key_pair_id.
-
#return ⇒ Boolean
Returns the value of attribute return.
Instance Attribute Details
#key_pair_id ⇒ ::String
Returns the value of attribute key_pair_id.
4379 4380 4381 |
# File 'sig/types.rbs', line 4379 def key_pair_id @key_pair_id end |
#return ⇒ Boolean
Returns the value of attribute return.
4378 4379 4380 |
# File 'sig/types.rbs', line 4378 def return @return end |