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.
11664 11665 11666 |
# File 'sig/types.rbs', line 11664 def association_target @association_target end |
#cron_expression ⇒ ::String
Returns the value of attribute cron_expression.
11663 11664 11665 |
# File 'sig/types.rbs', line 11663 def cron_expression @cron_expression end |
#instance_event_window_id ⇒ ::String
Returns the value of attribute instance_event_window_id.
11660 11661 11662 |
# File 'sig/types.rbs', line 11660 def instance_event_window_id @instance_event_window_id end |
#name ⇒ ::String
Returns the value of attribute name.
11662 11663 11664 |
# File 'sig/types.rbs', line 11662 def name @name end |
#state ⇒ "creating", ...
Returns the value of attribute state.
11665 11666 11667 |
# File 'sig/types.rbs', line 11665 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
11666 11667 11668 |
# File 'sig/types.rbs', line 11666 def @tags end |
#time_ranges ⇒ ::Array[Types::InstanceEventWindowTimeRange]
Returns the value of attribute time_ranges.
11661 11662 11663 |
# File 'sig/types.rbs', line 11661 def time_ranges @time_ranges end |