Class: Aws::DataZone::Types::LineageEventSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::LineageEventSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The data lineage event summary.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp at which data lineage event was created.
-
#created_by ⇒ String
The user who created the data lineage event.
-
#domain_id ⇒ String
The domain ID of the lineage event.
-
#event_summary ⇒ Types::EventSummary
The summary of the data lineate event.
-
#event_time ⇒ Time
The time of the data lineage event.
-
#id ⇒ String
The ID of the data lineage event.
-
#processing_status ⇒ String
The processing status of the data lineage event.
Instance Attribute Details
#created_at ⇒ Time
The timestamp at which data lineage event was created.
11146 11147 11148 11149 11150 11151 11152 11153 11154 11155 11156 |
# File 'lib/aws-sdk-datazone/types.rb', line 11146 class LineageEventSummary < Struct.new( :created_at, :created_by, :domain_id, :event_summary, :event_time, :id, :processing_status) SENSITIVE = [] include Aws::Structure end |
#created_by ⇒ String
The user who created the data lineage event.
11146 11147 11148 11149 11150 11151 11152 11153 11154 11155 11156 |
# File 'lib/aws-sdk-datazone/types.rb', line 11146 class LineageEventSummary < Struct.new( :created_at, :created_by, :domain_id, :event_summary, :event_time, :id, :processing_status) SENSITIVE = [] include Aws::Structure end |
#domain_id ⇒ String
The domain ID of the lineage event.
11146 11147 11148 11149 11150 11151 11152 11153 11154 11155 11156 |
# File 'lib/aws-sdk-datazone/types.rb', line 11146 class LineageEventSummary < Struct.new( :created_at, :created_by, :domain_id, :event_summary, :event_time, :id, :processing_status) SENSITIVE = [] include Aws::Structure end |
#event_summary ⇒ Types::EventSummary
The summary of the data lineate event.
11146 11147 11148 11149 11150 11151 11152 11153 11154 11155 11156 |
# File 'lib/aws-sdk-datazone/types.rb', line 11146 class LineageEventSummary < Struct.new( :created_at, :created_by, :domain_id, :event_summary, :event_time, :id, :processing_status) SENSITIVE = [] include Aws::Structure end |
#event_time ⇒ Time
The time of the data lineage event.
11146 11147 11148 11149 11150 11151 11152 11153 11154 11155 11156 |
# File 'lib/aws-sdk-datazone/types.rb', line 11146 class LineageEventSummary < Struct.new( :created_at, :created_by, :domain_id, :event_summary, :event_time, :id, :processing_status) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the data lineage event.
11146 11147 11148 11149 11150 11151 11152 11153 11154 11155 11156 |
# File 'lib/aws-sdk-datazone/types.rb', line 11146 class LineageEventSummary < Struct.new( :created_at, :created_by, :domain_id, :event_summary, :event_time, :id, :processing_status) SENSITIVE = [] include Aws::Structure end |
#processing_status ⇒ String
The processing status of the data lineage event.
11146 11147 11148 11149 11150 11151 11152 11153 11154 11155 11156 |
# File 'lib/aws-sdk-datazone/types.rb', line 11146 class LineageEventSummary < Struct.new( :created_at, :created_by, :domain_id, :event_summary, :event_time, :id, :processing_status) SENSITIVE = [] include Aws::Structure end |