Class: Aws::Types::DetectorState

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)


211
212
213
# File 'sig/types.rbs', line 211

def state_name
  @state_name
end

#timers ⇒ ::Array[Types::Timer]

Returns the value of attribute timers.

Returns:



213
214
215
# File 'sig/types.rbs', line 213

def timers
  @timers
end

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

Returns the value of attribute variables.

Returns:



212
213
214
# File 'sig/types.rbs', line 212

def variables
  @variables
end