Class: Aws::Types::Trigger
- Inherits:
-
Object
- Object
- Aws::Types::Trigger
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions ⇒ ::Array[Types::Action]
Returns the value of attribute actions.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#event_batching_condition ⇒ Types::EventBatchingCondition
Returns the value of attribute event_batching_condition.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#predicate ⇒ Types::Predicate
Returns the value of attribute predicate.
-
#schedule ⇒ ::String
Returns the value of attribute schedule.
-
#state ⇒ "CREATING", ...
Returns the value of attribute state.
-
#type ⇒ "SCHEDULED", ...
Returns the value of attribute type.
-
#workflow_name ⇒ ::String
Returns the value of attribute workflow_name.
Instance Attribute Details
#actions ⇒ ::Array[Types::Action]
Returns the value of attribute actions.
7797 7798 7799 |
# File 'sig/types.rbs', line 7797 def actions @actions end |
#description ⇒ ::String
Returns the value of attribute description.
7795 7796 7797 |
# File 'sig/types.rbs', line 7795 def description @description end |
#event_batching_condition ⇒ Types::EventBatchingCondition
Returns the value of attribute event_batching_condition.
7799 7800 7801 |
# File 'sig/types.rbs', line 7799 def event_batching_condition @event_batching_condition end |
#id ⇒ ::String
Returns the value of attribute id.
7792 7793 7794 |
# File 'sig/types.rbs', line 7792 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
7790 7791 7792 |
# File 'sig/types.rbs', line 7790 def name @name end |
#predicate ⇒ Types::Predicate
Returns the value of attribute predicate.
7798 7799 7800 |
# File 'sig/types.rbs', line 7798 def predicate @predicate end |
#schedule ⇒ ::String
Returns the value of attribute schedule.
7796 7797 7798 |
# File 'sig/types.rbs', line 7796 def schedule @schedule end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
7794 7795 7796 |
# File 'sig/types.rbs', line 7794 def state @state end |
#type ⇒ "SCHEDULED", ...
Returns the value of attribute type.
7793 7794 7795 |
# File 'sig/types.rbs', line 7793 def type @type end |
#workflow_name ⇒ ::String
Returns the value of attribute workflow_name.
7791 7792 7793 |
# File 'sig/types.rbs', line 7791 def workflow_name @workflow_name end |