Class: Aws::Types::AssociateInstanceEventWindowRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateInstanceEventWindowRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_target ⇒ Types::InstanceEventWindowAssociationRequest
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::InstanceEventWindowAssociationRequest
Returns the value of attribute association_target.
694 695 696 |
# File 'sig/types.rbs', line 694 def association_target @association_target end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
692 693 694 |
# File 'sig/types.rbs', line 692 def dry_run @dry_run end |
#instance_event_window_id ⇒ ::String
Returns the value of attribute instance_event_window_id.
693 694 695 |
# File 'sig/types.rbs', line 693 def instance_event_window_id @instance_event_window_id end |