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.
11888 11889 11890 |
# File 'sig/types.rbs', line 11888 def association_target @association_target end |
#cron_expression ⇒ ::String
Returns the value of attribute cron_expression.
11887 11888 11889 |
# File 'sig/types.rbs', line 11887 def cron_expression @cron_expression end |
#instance_event_window_id ⇒ ::String
Returns the value of attribute instance_event_window_id.
11884 11885 11886 |
# File 'sig/types.rbs', line 11884 def instance_event_window_id @instance_event_window_id end |
#name ⇒ ::String
Returns the value of attribute name.
11886 11887 11888 |
# File 'sig/types.rbs', line 11886 def name @name end |
#state ⇒ "creating", ...
Returns the value of attribute state.
11889 11890 11891 |
# File 'sig/types.rbs', line 11889 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
11890 11891 11892 |
# File 'sig/types.rbs', line 11890 def @tags end |
#time_ranges ⇒ ::Array[Types::InstanceEventWindowTimeRange]
Returns the value of attribute time_ranges.
11885 11886 11887 |
# File 'sig/types.rbs', line 11885 def time_ranges @time_ranges end |