Class: Aws::Types::DetectorDebugOption
- Inherits:
-
Object
- Object
- Aws::Types::DetectorDebugOption
- 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.
Instance Attribute Details
#detector_model_name ⇒ ::String
Returns the value of attribute detector_model_name.
271 272 273 |
# File 'sig/types.rbs', line 271 def detector_model_name @detector_model_name end |
#key_value ⇒ ::String
Returns the value of attribute key_value.
272 273 274 |
# File 'sig/types.rbs', line 272 def key_value @key_value end |