Class: Aws::Types::Detector
- Inherits:
-
Object
- Object
- Aws::Types::Detector
- 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::DetectorState
Returns the value of attribute state.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
205 206 207 |
# File 'sig/types.rbs', line 205 def creation_time @creation_time end |
#detector_model_name ⇒ ::String
Returns the value of attribute detector_model_name.
201 202 203 |
# File 'sig/types.rbs', line 201 def detector_model_name @detector_model_name end |
#detector_model_version ⇒ ::String
Returns the value of attribute detector_model_version.
203 204 205 |
# File 'sig/types.rbs', line 203 def detector_model_version @detector_model_version end |
#key_value ⇒ ::String
Returns the value of attribute key_value.
202 203 204 |
# File 'sig/types.rbs', line 202 def key_value @key_value end |
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
206 207 208 |
# File 'sig/types.rbs', line 206 def last_update_time @last_update_time end |
#state ⇒ Types::DetectorState
Returns the value of attribute state.
204 205 206 |
# File 'sig/types.rbs', line 204 def state @state end |