Class: Aws::Types::DeleteDetectorRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteDetectorRequest
- 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.
Instance Attribute Details
#detector_model_name ⇒ ::String
Returns the value of attribute detector_model_name.
173 174 175 |
# File 'sig/types.rbs', line 173 def detector_model_name @detector_model_name end |
#key_value ⇒ ::String
Returns the value of attribute key_value.
174 175 176 |
# File 'sig/types.rbs', line 174 def key_value @key_value end |
#message_id ⇒ ::String
Returns the value of attribute message_id.
172 173 174 |
# File 'sig/types.rbs', line 172 def @message_id end |