Class: Aws::DataZone::Types::OpenLineageRunEventSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::OpenLineageRunEventSummary
- 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
-
#event_type ⇒ String
The event type of the open lineage run event summary.
-
#inputs ⇒ Array<Types::NameIdentifier>
The inputs of the open lineage run event summary.
-
#job ⇒ Types::NameIdentifier
The job of the open lineage run event summary.
-
#outputs ⇒ Array<Types::NameIdentifier>
The outputs of the open lineage run event summary.
-
#run_id ⇒ String
The runID of the open lineage run event summary.
Instance Attribute Details
#event_type ⇒ String
The event type of the open lineage run event summary.
15380 15381 15382 15383 15384 15385 15386 15387 15388 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15380 class OpenLineageRunEventSummary < Struct.new( :event_type, :inputs, :job, :outputs, :run_id) SENSITIVE = [] include Aws::Structure end |
#inputs ⇒ Array<Types::NameIdentifier>
The inputs of the open lineage run event summary.
15380 15381 15382 15383 15384 15385 15386 15387 15388 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15380 class OpenLineageRunEventSummary < Struct.new( :event_type, :inputs, :job, :outputs, :run_id) SENSITIVE = [] include Aws::Structure end |
#job ⇒ Types::NameIdentifier
The job of the open lineage run event summary.
15380 15381 15382 15383 15384 15385 15386 15387 15388 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15380 class OpenLineageRunEventSummary < Struct.new( :event_type, :inputs, :job, :outputs, :run_id) SENSITIVE = [] include Aws::Structure end |
#outputs ⇒ Array<Types::NameIdentifier>
The outputs of the open lineage run event summary.
15380 15381 15382 15383 15384 15385 15386 15387 15388 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15380 class OpenLineageRunEventSummary < Struct.new( :event_type, :inputs, :job, :outputs, :run_id) SENSITIVE = [] include Aws::Structure end |
#run_id ⇒ String
The runID of the open lineage run event summary.
15380 15381 15382 15383 15384 15385 15386 15387 15388 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15380 class OpenLineageRunEventSummary < Struct.new( :event_type, :inputs, :job, :outputs, :run_id) SENSITIVE = [] include Aws::Structure end |