Class: Aws::Types::UpdateDetectorRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#detector_model_name ⇒ ::String

Returns the value of attribute detector_model_name.

Returns:

  • (::String)


395
396
397
# File 'sig/types.rbs', line 395

def detector_model_name
  @detector_model_name
end

#key_value ⇒ ::String

Returns the value of attribute key_value.

Returns:

  • (::String)


396
397
398
# File 'sig/types.rbs', line 396

def key_value
  @key_value
end

#message_id ⇒ ::String

Returns the value of attribute message_id.

Returns:

  • (::String)


394
395
396
# File 'sig/types.rbs', line 394

def message_id
  @message_id
end

#state ⇒ Types::DetectorStateDefinition

Returns the value of attribute state.



397
398
399
# File 'sig/types.rbs', line 397

def state
  @state
end