Class: Aws::DataZone::Types::LineageEventSummary

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

Overview

The data lineage event summary.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp at which data lineage event was created.

Returns:

  • (Time)


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_byString

The user who created the data lineage event.

Returns:

  • (String)


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_idString

The domain ID of the lineage event.

Returns:

  • (String)


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_summaryTypes::EventSummary

The summary of the data lineate event.

Returns:



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_timeTime

The time of the data lineage event.

Returns:

  • (Time)


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

#idString

The ID of the data lineage event.

Returns:

  • (String)


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_statusString

The processing status of the data lineage event.

Returns:

  • (String)


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