Class: Aws::Types::ModifyInstanceEventWindowRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyInstanceEventWindowRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cron_expression ⇒ ::String
Returns the value of attribute cron_expression.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#instance_event_window_id ⇒ ::String
Returns the value of attribute instance_event_window_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#time_ranges ⇒ ::Array[Types::InstanceEventWindowTimeRangeRequest]
Returns the value of attribute time_ranges.
Instance Attribute Details
#cron_expression ⇒ ::String
Returns the value of attribute cron_expression.
14122 14123 14124 |
# File 'sig/types.rbs', line 14122 def cron_expression @cron_expression end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
14118 14119 14120 |
# File 'sig/types.rbs', line 14118 def dry_run @dry_run end |
#instance_event_window_id ⇒ ::String
Returns the value of attribute instance_event_window_id.
14120 14121 14122 |
# File 'sig/types.rbs', line 14120 def instance_event_window_id @instance_event_window_id end |
#name ⇒ ::String
Returns the value of attribute name.
14119 14120 14121 |
# File 'sig/types.rbs', line 14119 def name @name end |
#time_ranges ⇒ ::Array[Types::InstanceEventWindowTimeRangeRequest]
Returns the value of attribute time_ranges.
14121 14122 14123 |
# File 'sig/types.rbs', line 14121 def time_ranges @time_ranges end |