Class: Aws::Types::DetectorModelDefinition

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#initial_state_name ⇒ ::String

Returns the value of attribute initial_state_name.

Returns:

  • (::String)


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.

Returns:



297
298
299
# File 'sig/types.rbs', line 297

def states
  @states
end