Class: Aws::Types::Schedule
- Inherits:
-
Object
- Object
- Aws::Types::Schedule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_disable_policy ⇒ Types::AutoDisablePolicy
Returns the value of attribute auto_disable_policy.
-
#pipeline_execution_start_condition ⇒ "EXPRESSION_MATCH_ONLY", "EXPRESSION_MATCH_AND_DEPENDENCY_UPDATES_AVAILABLE"
Returns the value of attribute pipeline_execution_start_condition.
-
#schedule_expression ⇒ ::String
Returns the value of attribute schedule_expression.
-
#timezone ⇒ ::String
Returns the value of attribute timezone.
Instance Attribute Details
#auto_disable_policy ⇒ Types::AutoDisablePolicy
Returns the value of attribute auto_disable_policy.
1941 1942 1943 |
# File 'sig/types.rbs', line 1941 def auto_disable_policy @auto_disable_policy end |
#pipeline_execution_start_condition ⇒ "EXPRESSION_MATCH_ONLY", "EXPRESSION_MATCH_AND_DEPENDENCY_UPDATES_AVAILABLE"
Returns the value of attribute pipeline_execution_start_condition.
1940 1941 1942 |
# File 'sig/types.rbs', line 1940 def pipeline_execution_start_condition @pipeline_execution_start_condition end |
#schedule_expression ⇒ ::String
Returns the value of attribute schedule_expression.
1938 1939 1940 |
# File 'sig/types.rbs', line 1938 def schedule_expression @schedule_expression end |
#timezone ⇒ ::String
Returns the value of attribute timezone.
1939 1940 1941 |
# File 'sig/types.rbs', line 1939 def timezone @timezone end |