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.
4127 4128 4129 |
# File 'sig/types.rbs', line 4127 def dry_run @dry_run end |
#force_delete ⇒ Boolean
Returns the value of attribute force_delete.
4128 4129 4130 |
# File 'sig/types.rbs', line 4128 def force_delete @force_delete end |
#instance_event_window_id ⇒ ::String
Returns the value of attribute instance_event_window_id.
4129 4130 4131 |
# File 'sig/types.rbs', line 4129 def instance_event_window_id @instance_event_window_id end |