Class: Aws::Types::DetectorModelDefinition
- Inherits:
-
Object
- Object
- Aws::Types::DetectorModelDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#initial_state_name ⇒ ::String
Returns the value of attribute initial_state_name.
-
#states ⇒ ::Array[Types::State]
Returns the value of attribute states.
Instance Attribute Details
#initial_state_name ⇒ ::String
Returns the value of attribute initial_state_name.
298 299 300 |
# File 'sig/types.rbs', line 298 def initial_state_name @initial_state_name end |
#states ⇒ ::Array[Types::State]
Returns the value of attribute states.
297 298 299 |
# File 'sig/types.rbs', line 297 def states @states end |