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.
2565 2566 2567 |
# File 'sig/types.rbs', line 2565 def cron_expression @cron_expression end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2562 2563 2564 |
# File 'sig/types.rbs', line 2562 def dry_run @dry_run end |
#name ⇒ ::String
Returns the value of attribute name.
2563 2564 2565 |
# File 'sig/types.rbs', line 2563 def name @name end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2566 2567 2568 |
# File 'sig/types.rbs', line 2566 def tag_specifications @tag_specifications end |
#time_ranges ⇒ ::Array[Types::InstanceEventWindowTimeRangeRequest]
Returns the value of attribute time_ranges.
2564 2565 2566 |
# File 'sig/types.rbs', line 2564 def time_ranges @time_ranges end |