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.
2069 2070 2071 |
# File 'sig/types.rbs', line 2069 def event_detection @event_detection end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2070 2071 2072 |
# File 'sig/types.rbs', line 2070 def unknown @unknown end |