Class: Aws::Types::TriggerUpdate
- Inherits:
-
Object
- Object
- Aws::Types::TriggerUpdate
- 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.
-
#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.
Instance Attribute Details
#actions ⇒ ::Array[Types::Action]
Returns the value of attribute actions.
7780 7781 7782 |
# File 'sig/types.rbs', line 7780 def actions @actions end |
#description ⇒ ::String
Returns the value of attribute description.
7778 7779 7780 |
# File 'sig/types.rbs', line 7778 def description @description end |
#event_batching_condition ⇒ Types::EventBatchingCondition
Returns the value of attribute event_batching_condition.
7782 7783 7784 |
# File 'sig/types.rbs', line 7782 def event_batching_condition @event_batching_condition end |
#name ⇒ ::String
Returns the value of attribute name.
7777 7778 7779 |
# File 'sig/types.rbs', line 7777 def name @name end |
#predicate ⇒ Types::Predicate
Returns the value of attribute predicate.
7781 7782 7783 |
# File 'sig/types.rbs', line 7781 def predicate @predicate end |
#schedule ⇒ ::String
Returns the value of attribute schedule.
7779 7780 7781 |
# File 'sig/types.rbs', line 7779 def schedule @schedule end |