Class: Aws::Types::DeleteKeyPairRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteKeyPairRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#key_name ⇒ ::String
Returns the value of attribute key_name.
-
#key_pair_id ⇒ ::String
Returns the value of attribute key_pair_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
4373 4374 4375 |
# File 'sig/types.rbs', line 4373 def dry_run @dry_run end |
#key_name ⇒ ::String
Returns the value of attribute key_name.
4371 4372 4373 |
# File 'sig/types.rbs', line 4371 def key_name @key_name end |
#key_pair_id ⇒ ::String
Returns the value of attribute key_pair_id.
4372 4373 4374 |
# File 'sig/types.rbs', line 4372 def key_pair_id @key_pair_id end |