Class: Aws::Types::EventSummary
- Inherits:
-
Object
- Object
- Aws::Types::EventSummary
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: OpenLineageRunEventSummary, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#open_lineage_run_event_summary ⇒ Types::OpenLineageRunEventSummary
Returns the value of attribute open_lineage_run_event_summary.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#open_lineage_run_event_summary ⇒ Types::OpenLineageRunEventSummary
Returns the value of attribute open_lineage_run_event_summary.
2382 2383 2384 |
# File 'sig/types.rbs', line 2382 def open_lineage_run_event_summary @open_lineage_run_event_summary end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2383 2384 2385 |
# File 'sig/types.rbs', line 2383 def unknown @unknown end |