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.
13038 13039 13040 13041 13042 13043 13044 |
# File 'lib/aws-sdk-datazone/types.rb', line 13038 class LineageInfo < Struct.new( :event_id, :event_status, :error_message) SENSITIVE = [] include Aws::Structure end |
#event_id ⇒ String
The data lineage event ID.
13038 13039 13040 13041 13042 13043 13044 |
# File 'lib/aws-sdk-datazone/types.rb', line 13038 class LineageInfo < Struct.new( :event_id, :event_status, :error_message) SENSITIVE = [] include Aws::Structure end |
#event_status ⇒ String
The data lineage event status.
13038 13039 13040 13041 13042 13043 13044 |
# File 'lib/aws-sdk-datazone/types.rb', line 13038 class LineageInfo < Struct.new( :event_id, :event_status, :error_message) SENSITIVE = [] include Aws::Structure end |