Class: Aws::Types::Schedule

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • ("EXPRESSION_MATCH_ONLY", "EXPRESSION_MATCH_AND_DEPENDENCY_UPDATES_AVAILABLE")


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.

Returns:

  • (::String)


1938
1939
1940
# File 'sig/types.rbs', line 1938

def schedule_expression
  @schedule_expression
end

#timezone ⇒ ::String

Returns the value of attribute timezone.

Returns:

  • (::String)


1939
1940
1941
# File 'sig/types.rbs', line 1939

def timezone
  @timezone
end