Class: Aws::Types::ConditionBasedCollectionScheme
- Inherits:
-
Object
- Object
- Aws::Types::ConditionBasedCollectionScheme
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#condition_language_version ⇒ ::Integer
Returns the value of attribute condition_language_version.
-
#expression ⇒ ::String
Returns the value of attribute expression.
-
#minimum_trigger_interval_ms ⇒ ::Integer
Returns the value of attribute minimum_trigger_interval_ms.
-
#trigger_mode ⇒ "ALWAYS", "RISING_EDGE"
Returns the value of attribute trigger_mode.
Instance Attribute Details
#condition_language_version ⇒ ::Integer
Returns the value of attribute condition_language_version.
148 149 150 |
# File 'sig/types.rbs', line 148 def condition_language_version @condition_language_version end |
#expression ⇒ ::String
Returns the value of attribute expression.
145 146 147 |
# File 'sig/types.rbs', line 145 def expression @expression end |
#minimum_trigger_interval_ms ⇒ ::Integer
Returns the value of attribute minimum_trigger_interval_ms.
146 147 148 |
# File 'sig/types.rbs', line 146 def minimum_trigger_interval_ms @minimum_trigger_interval_ms end |
#trigger_mode ⇒ "ALWAYS", "RISING_EDGE"
Returns the value of attribute trigger_mode.
147 148 149 |
# File 'sig/types.rbs', line 147 def trigger_mode @trigger_mode end |