Class: Aws::Types::DisassociateInstanceEventWindowRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateInstanceEventWindowRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_target ⇒ Types::InstanceEventWindowDisassociationRequest
Returns the value of attribute association_target.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#instance_event_window_id ⇒ ::String
Returns the value of attribute instance_event_window_id.
Instance Attribute Details
#association_target ⇒ Types::InstanceEventWindowDisassociationRequest
Returns the value of attribute association_target.
8592 8593 8594 |
# File 'sig/types.rbs', line 8592 def association_target @association_target end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
8590 8591 8592 |
# File 'sig/types.rbs', line 8590 def dry_run @dry_run end |
#instance_event_window_id ⇒ ::String
Returns the value of attribute instance_event_window_id.
8591 8592 8593 |
# File 'sig/types.rbs', line 8591 def instance_event_window_id @instance_event_window_id end |