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.
11882 11883 11884 |
# File 'sig/types.rbs', line 11882 def association_target @association_target end |
#cron_expression ⇒ ::String
Returns the value of attribute cron_expression.
11881 11882 11883 |
# File 'sig/types.rbs', line 11881 def cron_expression @cron_expression end |
#instance_event_window_id ⇒ ::String
Returns the value of attribute instance_event_window_id.
11878 11879 11880 |
# File 'sig/types.rbs', line 11878 def instance_event_window_id @instance_event_window_id end |
#name ⇒ ::String
Returns the value of attribute name.
11880 11881 11882 |
# File 'sig/types.rbs', line 11880 def name @name end |
#state ⇒ "creating", ...
Returns the value of attribute state.
11883 11884 11885 |
# File 'sig/types.rbs', line 11883 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
11884 11885 11886 |
# File 'sig/types.rbs', line 11884 def @tags end |
#time_ranges ⇒ ::Array[Types::InstanceEventWindowTimeRange]
Returns the value of attribute time_ranges.
11879 11880 11881 |
# File 'sig/types.rbs', line 11879 def time_ranges @time_ranges end |