Class: Aws::Types::UpdateDetectorRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDetectorRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#detector_model_name ⇒ ::String
Returns the value of attribute detector_model_name.
-
#key_value ⇒ ::String
Returns the value of attribute key_value.
-
#message_id ⇒ ::String
Returns the value of attribute message_id.
-
#state ⇒ Types::DetectorStateDefinition
Returns the value of attribute state.
Instance Attribute Details
#detector_model_name ⇒ ::String
Returns the value of attribute detector_model_name.
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.
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.
394 395 396 |
# File 'sig/types.rbs', line 394 def @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 |