Class: Aws::Types::DetectorStateDefinition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#state_name ⇒ ::String

Returns the value of attribute state_name.

Returns:

  • (::String)


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.

Returns:



220
221
222
# File 'sig/types.rbs', line 220

def timers
  @timers
end

#variables ⇒ ::Array[Types::VariableDefinition]

Returns the value of attribute variables.

Returns:



219
220
221
# File 'sig/types.rbs', line 219

def variables
  @variables
end