Class: Aws::Types::EnrichmentJobConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::EnrichmentJobConfiguration
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: EventDetection, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_detection ⇒ Types::EventDetection
Returns the value of attribute event_detection.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#event_detection ⇒ Types::EventDetection
Returns the value of attribute event_detection.
2065 2066 2067 |
# File 'sig/types.rbs', line 2065 def event_detection @event_detection end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2066 2067 2068 |
# File 'sig/types.rbs', line 2066 def unknown @unknown end |