Class: Aws::Types::DescribeDetectorModelRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDetectorModelRequest
- 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.
-
#detector_model_version ⇒ ::String
Returns the value of attribute detector_model_version.
Instance Attribute Details
#detector_model_name ⇒ ::String
Returns the value of attribute detector_model_name.
242 243 244 |
# File 'sig/types.rbs', line 242 def detector_model_name @detector_model_name end |
#detector_model_version ⇒ ::String
Returns the value of attribute detector_model_version.
243 244 245 |
# File 'sig/types.rbs', line 243 def detector_model_version @detector_model_version end |