Class: Aws::Types::CreateTriggerRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTriggerRequest
- 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.
-
#start_on_creation ⇒ Boolean
Returns the value of attribute start_on_creation.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#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.
1821 1822 1823 |
# File 'sig/types.rbs', line 1821 def actions @actions end |
#description ⇒ ::String
Returns the value of attribute description.
1822 1823 1824 |
# File 'sig/types.rbs', line 1822 def description @description end |
#event_batching_condition ⇒ Types::EventBatchingCondition
Returns the value of attribute event_batching_condition.
1825 1826 1827 |
# File 'sig/types.rbs', line 1825 def event_batching_condition @event_batching_condition end |
#name ⇒ ::String
Returns the value of attribute name.
1816 1817 1818 |
# File 'sig/types.rbs', line 1816 def name @name end |
#predicate ⇒ Types::Predicate
Returns the value of attribute predicate.
1820 1821 1822 |
# File 'sig/types.rbs', line 1820 def predicate @predicate end |
#schedule ⇒ ::String
Returns the value of attribute schedule.
1819 1820 1821 |
# File 'sig/types.rbs', line 1819 def schedule @schedule end |
#start_on_creation ⇒ Boolean
Returns the value of attribute start_on_creation.
1823 1824 1825 |
# File 'sig/types.rbs', line 1823 def start_on_creation @start_on_creation end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1824 1825 1826 |
# File 'sig/types.rbs', line 1824 def @tags end |
#type ⇒ "SCHEDULED", ...
Returns the value of attribute type.
1818 1819 1820 |
# File 'sig/types.rbs', line 1818 def type @type end |
#workflow_name ⇒ ::String
Returns the value of attribute workflow_name.
1817 1818 1819 |
# File 'sig/types.rbs', line 1817 def workflow_name @workflow_name end |