Class: Aws::Types::ConditionState
- Inherits:
-
Object
- Object
- Aws::Types::ConditionState
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#latest_execution ⇒ Types::ConditionExecution
Returns the value of attribute latest_execution.
-
#rule_states ⇒ ::Array[Types::RuleState]
Returns the value of attribute rule_states.
Instance Attribute Details
#latest_execution ⇒ Types::ConditionExecution
Returns the value of attribute latest_execution.
346 347 348 |
# File 'sig/types.rbs', line 346 def latest_execution @latest_execution end |
#rule_states ⇒ ::Array[Types::RuleState]
Returns the value of attribute rule_states.
347 348 349 |
# File 'sig/types.rbs', line 347 def rule_states @rule_states end |