Class: Aws::Types::OpenLineageRunEventSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#event_type"START", ...

Returns the value of attribute event_type.

Returns:

  • ("START", "RUNNING", "COMPLETE", "ABORT", "FAIL", "OTHER")


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.

Returns:



4710
4711
4712
# File 'sig/types.rbs', line 4710

def inputs
  @inputs
end

#jobTypes::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.

Returns:



4711
4712
4713
# File 'sig/types.rbs', line 4711

def outputs
  @outputs
end

#run_id::String

Returns the value of attribute run_id.

Returns:

  • (::String)


4708
4709
4710
# File 'sig/types.rbs', line 4708

def run_id
  @run_id
end