Class: Aws::Types::ConditionBasedSignalFetchConfig
- Inherits:
-
Object
- Object
- Aws::Types::ConditionBasedSignalFetchConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#condition_expression ⇒ ::String
Returns the value of attribute condition_expression.
-
#trigger_mode ⇒ "ALWAYS", "RISING_EDGE"
Returns the value of attribute trigger_mode.
Instance Attribute Details
#condition_expression ⇒ ::String
Returns the value of attribute condition_expression.
153 154 155 |
# File 'sig/types.rbs', line 153 def condition_expression @condition_expression end |
#trigger_mode ⇒ "ALWAYS", "RISING_EDGE"
Returns the value of attribute trigger_mode.
154 155 156 |
# File 'sig/types.rbs', line 154 def trigger_mode @trigger_mode end |