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.
4448 4449 4450 |
# File 'sig/types.rbs', line 4448 def dry_run @dry_run end |
#key_name ⇒ ::String
Returns the value of attribute key_name.
4446 4447 4448 |
# File 'sig/types.rbs', line 4446 def key_name @key_name end |
#key_pair_id ⇒ ::String
Returns the value of attribute key_pair_id.
4447 4448 4449 |
# File 'sig/types.rbs', line 4447 def key_pair_id @key_pair_id end |