Class: Aws::Types::DeleteInstanceEventWindowRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteInstanceEventWindowRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#force_delete ⇒ Boolean
Returns the value of attribute force_delete.
-
#instance_event_window_id ⇒ ::String
Returns the value of attribute instance_event_window_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
4313 4314 4315 |
# File 'sig/types.rbs', line 4313 def dry_run @dry_run end |
#force_delete ⇒ Boolean
Returns the value of attribute force_delete.
4314 4315 4316 |
# File 'sig/types.rbs', line 4314 def force_delete @force_delete end |
#instance_event_window_id ⇒ ::String
Returns the value of attribute instance_event_window_id.
4315 4316 4317 |
# File 'sig/types.rbs', line 4315 def instance_event_window_id @instance_event_window_id end |