Class: Aws::Types::CreateInstanceEventWindowRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateInstanceEventWindowRequest
- 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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
-
#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.
2581 2582 2583 |
# File 'sig/types.rbs', line 2581 def cron_expression @cron_expression end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2578 2579 2580 |
# File 'sig/types.rbs', line 2578 def dry_run @dry_run end |
#name ⇒ ::String
Returns the value of attribute name.
2579 2580 2581 |
# File 'sig/types.rbs', line 2579 def name @name end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2582 2583 2584 |
# File 'sig/types.rbs', line 2582 def tag_specifications @tag_specifications end |
#time_ranges ⇒ ::Array[Types::InstanceEventWindowTimeRangeRequest]
Returns the value of attribute time_ranges.
2580 2581 2582 |
# File 'sig/types.rbs', line 2580 def time_ranges @time_ranges end |