Class: Aws::Types::OpenLineageRunEventSummary
- Inherits:
-
Object
- Object
- Aws::Types::OpenLineageRunEventSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_type ⇒ "START", ...
Returns the value of attribute event_type.
-
#inputs ⇒ ::Array[Types::NameIdentifier]
Returns the value of attribute inputs.
-
#job ⇒ Types::NameIdentifier
Returns the value of attribute job.
-
#outputs ⇒ ::Array[Types::NameIdentifier]
Returns the value of attribute outputs.
-
#run_id ⇒ ::String
Returns the value of attribute run_id.
Instance Attribute Details
#event_type ⇒ "START", ...
Returns the value of attribute event_type.
4707 4708 4709 |
# File 'sig/types.rbs', line 4707 def event_type @event_type end |
#inputs ⇒ ::Array[Types::NameIdentifier]
Returns the value of attribute inputs.
4710 4711 4712 |
# File 'sig/types.rbs', line 4710 def inputs @inputs end |
#job ⇒ Types::NameIdentifier
Returns the value of attribute job.
4709 4710 4711 |
# File 'sig/types.rbs', line 4709 def job @job end |
#outputs ⇒ ::Array[Types::NameIdentifier]
Returns the value of attribute outputs.
4711 4712 4713 |
# File 'sig/types.rbs', line 4711 def outputs @outputs end |
#run_id ⇒ ::String
Returns the value of attribute run_id.
4708 4709 4710 |
# File 'sig/types.rbs', line 4708 def run_id @run_id end |