Class: Aws::DataZone::Types::LineageInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::LineageInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The data lineage information.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_message ⇒ String
The data lineage error message.
-
#event_id ⇒ String
The data lineage event ID.
-
#event_status ⇒ String
The data lineage event status.
Instance Attribute Details
#error_message ⇒ String
The data lineage error message.
11174 11175 11176 11177 11178 11179 11180 |
# File 'lib/aws-sdk-datazone/types.rb', line 11174 class LineageInfo < Struct.new( :error_message, :event_id, :event_status) SENSITIVE = [] include Aws::Structure end |
#event_id ⇒ String
The data lineage event ID.
11174 11175 11176 11177 11178 11179 11180 |
# File 'lib/aws-sdk-datazone/types.rb', line 11174 class LineageInfo < Struct.new( :error_message, :event_id, :event_status) SENSITIVE = [] include Aws::Structure end |
#event_status ⇒ String
The data lineage event status.
11174 11175 11176 11177 11178 11179 11180 |
# File 'lib/aws-sdk-datazone/types.rb', line 11174 class LineageInfo < Struct.new( :error_message, :event_id, :event_status) SENSITIVE = [] include Aws::Structure end |