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.
13795 13796 13797 |
# File 'sig/types.rbs', line 13795 def cron_expression @cron_expression end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
13791 13792 13793 |
# File 'sig/types.rbs', line 13791 def dry_run @dry_run end |
#instance_event_window_id ⇒ ::String
Returns the value of attribute instance_event_window_id.
13793 13794 13795 |
# File 'sig/types.rbs', line 13793 def instance_event_window_id @instance_event_window_id end |
#name ⇒ ::String
Returns the value of attribute name.
13792 13793 13794 |
# File 'sig/types.rbs', line 13792 def name @name end |
#time_ranges ⇒ ::Array[Types::InstanceEventWindowTimeRangeRequest]
Returns the value of attribute time_ranges.
13794 13795 13796 |
# File 'sig/types.rbs', line 13794 def time_ranges @time_ranges end |