Class: Aws::Types::DetectorSummary
- Inherits:
-
Object
- Object
- Aws::Types::DetectorSummary
- 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_name ⇒ ::String
Returns the value of attribute detector_model_name.
-
#detector_model_version ⇒ ::String
Returns the value of attribute detector_model_version.
-
#key_value ⇒ ::String
Returns the value of attribute key_value.
-
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
-
#state ⇒ Types::DetectorStateSummary
Returns the value of attribute state.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
234 235 236 |
# File 'sig/types.rbs', line 234 def creation_time @creation_time end |
#detector_model_name ⇒ ::String
Returns the value of attribute detector_model_name.
230 231 232 |
# File 'sig/types.rbs', line 230 def detector_model_name @detector_model_name end |
#detector_model_version ⇒ ::String
Returns the value of attribute detector_model_version.
232 233 234 |
# File 'sig/types.rbs', line 232 def detector_model_version @detector_model_version end |
#key_value ⇒ ::String
Returns the value of attribute key_value.
231 232 233 |
# File 'sig/types.rbs', line 231 def key_value @key_value end |
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
235 236 237 |
# File 'sig/types.rbs', line 235 def last_update_time @last_update_time end |
#state ⇒ Types::DetectorStateSummary
Returns the value of attribute state.
233 234 235 |
# File 'sig/types.rbs', line 233 def state @state end |