Class: Aws::Types::CreateRule
- Inherits:
-
Object
- Object
- Aws::Types::CreateRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cron_expression ⇒ ::String
Returns the value of attribute cron_expression.
-
#interval ⇒ ::Integer
Returns the value of attribute interval.
-
#interval_unit ⇒ "HOURS"
Returns the value of attribute interval_unit.
-
#location ⇒ "CLOUD", ...
Returns the value of attribute location.
-
#scripts ⇒ ::Array[Types::Script]
Returns the value of attribute scripts.
-
#times ⇒ ::Array[::String]
Returns the value of attribute times.
Instance Attribute Details
#cron_expression ⇒ ::String
Returns the value of attribute cron_expression.
53 54 55 |
# File 'sig/types.rbs', line 53 def cron_expression @cron_expression end |
#interval ⇒ ::Integer
Returns the value of attribute interval.
50 51 52 |
# File 'sig/types.rbs', line 50 def interval @interval end |
#interval_unit ⇒ "HOURS"
Returns the value of attribute interval_unit.
51 52 53 |
# File 'sig/types.rbs', line 51 def interval_unit @interval_unit end |
#location ⇒ "CLOUD", ...
Returns the value of attribute location.
49 50 51 |
# File 'sig/types.rbs', line 49 def location @location end |
#scripts ⇒ ::Array[Types::Script]
Returns the value of attribute scripts.
54 55 56 |
# File 'sig/types.rbs', line 54 def scripts @scripts end |
#times ⇒ ::Array[::String]
Returns the value of attribute times.
52 53 54 |
# File 'sig/types.rbs', line 52 def times @times end |