Class: Aws::Types::DetectorStateDefinition
- Inherits:
-
Object
- Object
- Aws::Types::DetectorStateDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#state_name ⇒ ::String
Returns the value of attribute state_name.
-
#timers ⇒ ::Array[Types::TimerDefinition]
Returns the value of attribute timers.
-
#variables ⇒ ::Array[Types::VariableDefinition]
Returns the value of attribute variables.
Instance Attribute Details
#state_name ⇒ ::String
Returns the value of attribute state_name.
218 219 220 |
# File 'sig/types.rbs', line 218 def state_name @state_name end |
#timers ⇒ ::Array[Types::TimerDefinition]
Returns the value of attribute timers.
220 221 222 |
# File 'sig/types.rbs', line 220 def timers @timers end |
#variables ⇒ ::Array[Types::VariableDefinition]
Returns the value of attribute variables.
219 220 221 |
# File 'sig/types.rbs', line 219 def variables @variables end |