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.
2453 2454 2455 |
# File 'sig/types.rbs', line 2453 def cron_expression @cron_expression end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2450 2451 2452 |
# File 'sig/types.rbs', line 2450 def dry_run @dry_run end |
#name ⇒ ::String
Returns the value of attribute name.
2451 2452 2453 |
# File 'sig/types.rbs', line 2451 def name @name end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2454 2455 2456 |
# File 'sig/types.rbs', line 2454 def tag_specifications @tag_specifications end |
#time_ranges ⇒ ::Array[Types::InstanceEventWindowTimeRangeRequest]
Returns the value of attribute time_ranges.
2452 2453 2454 |
# File 'sig/types.rbs', line 2452 def time_ranges @time_ranges end |