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.
4237 4238 4239 |
# File 'sig/types.rbs', line 4237 def dry_run @dry_run end |
#key_name ⇒ ::String
Returns the value of attribute key_name.
4235 4236 4237 |
# File 'sig/types.rbs', line 4235 def key_name @key_name end |
#key_pair_id ⇒ ::String
Returns the value of attribute key_pair_id.
4236 4237 4238 |
# File 'sig/types.rbs', line 4236 def key_pair_id @key_pair_id end |