Class: Aws::DataZone::Types::OpenLineageRunEventSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb

Overview

The open lineage run event summary.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_typeString

The event type of the open lineage run event summary.

Returns:

  • (String)


15043
15044
15045
15046
15047
15048
15049
15050
15051
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15043

class OpenLineageRunEventSummary < Struct.new(
  :event_type,
  :inputs,
  :job,
  :outputs,
  :run_id)
  SENSITIVE = []
  include Aws::Structure
end

#inputsArray<Types::NameIdentifier>

The inputs of the open lineage run event summary.

Returns:



15043
15044
15045
15046
15047
15048
15049
15050
15051
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15043

class OpenLineageRunEventSummary < Struct.new(
  :event_type,
  :inputs,
  :job,
  :outputs,
  :run_id)
  SENSITIVE = []
  include Aws::Structure
end

#jobTypes::NameIdentifier

The job of the open lineage run event summary.



15043
15044
15045
15046
15047
15048
15049
15050
15051
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15043

class OpenLineageRunEventSummary < Struct.new(
  :event_type,
  :inputs,
  :job,
  :outputs,
  :run_id)
  SENSITIVE = []
  include Aws::Structure
end

#outputsArray<Types::NameIdentifier>

The outputs of the open lineage run event summary.

Returns:



15043
15044
15045
15046
15047
15048
15049
15050
15051
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15043

class OpenLineageRunEventSummary < Struct.new(
  :event_type,
  :inputs,
  :job,
  :outputs,
  :run_id)
  SENSITIVE = []
  include Aws::Structure
end

#run_idString

The runID of the open lineage run event summary.

Returns:

  • (String)


15043
15044
15045
15046
15047
15048
15049
15050
15051
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15043

class OpenLineageRunEventSummary < Struct.new(
  :event_type,
  :inputs,
  :job,
  :outputs,
  :run_id)
  SENSITIVE = []
  include Aws::Structure
end