Class: Aws::Types::DetectorModelSummary
- Inherits:
-
Object
- Object
- Aws::Types::DetectorModelSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#detector_model_description ⇒ ::String
Returns the value of attribute detector_model_description.
-
#detector_model_name ⇒ ::String
Returns the value of attribute detector_model_name.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
305 306 307 |
# File 'sig/types.rbs', line 305 def creation_time @creation_time end |
#detector_model_description ⇒ ::String
Returns the value of attribute detector_model_description.
304 305 306 |
# File 'sig/types.rbs', line 304 def detector_model_description @detector_model_description end |
#detector_model_name ⇒ ::String
Returns the value of attribute detector_model_name.
303 304 305 |
# File 'sig/types.rbs', line 303 def detector_model_name @detector_model_name end |