Class: Aws::Types::InstanceEventWindow
- Inherits:
-
Object
- Object
- Aws::Types::InstanceEventWindow
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_target ⇒ Types::InstanceEventWindowAssociationTarget
Returns the value of attribute association_target.
-
#cron_expression ⇒ ::String
Returns the value of attribute cron_expression.
-
#instance_event_window_id ⇒ ::String
Returns the value of attribute instance_event_window_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#state ⇒ "creating", ...
Returns the value of attribute state.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#time_ranges ⇒ ::Array[Types::InstanceEventWindowTimeRange]
Returns the value of attribute time_ranges.
Instance Attribute Details
#association_target ⇒ Types::InstanceEventWindowAssociationTarget
Returns the value of attribute association_target.
11394 11395 11396 |
# File 'sig/types.rbs', line 11394 def association_target @association_target end |
#cron_expression ⇒ ::String
Returns the value of attribute cron_expression.
11393 11394 11395 |
# File 'sig/types.rbs', line 11393 def cron_expression @cron_expression end |
#instance_event_window_id ⇒ ::String
Returns the value of attribute instance_event_window_id.
11390 11391 11392 |
# File 'sig/types.rbs', line 11390 def instance_event_window_id @instance_event_window_id end |
#name ⇒ ::String
Returns the value of attribute name.
11392 11393 11394 |
# File 'sig/types.rbs', line 11392 def name @name end |
#state ⇒ "creating", ...
Returns the value of attribute state.
11395 11396 11397 |
# File 'sig/types.rbs', line 11395 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
11396 11397 11398 |
# File 'sig/types.rbs', line 11396 def @tags end |
#time_ranges ⇒ ::Array[Types::InstanceEventWindowTimeRange]
Returns the value of attribute time_ranges.
11391 11392 11393 |
# File 'sig/types.rbs', line 11391 def time_ranges @time_ranges end |