Class: Aws::DataZone::Types::LineageNodeReference

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

Overview

The reference details for the data lineage node.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_timestampTime

The event timestamp of the data lineage node.

Returns:

  • (Time)


12899
12900
12901
12902
12903
12904
# File 'lib/aws-sdk-datazone/types.rb', line 12899

class LineageNodeReference < Struct.new(
  :id,
  :event_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the data lineage node.

Returns:

  • (String)


12899
12900
12901
12902
12903
12904
# File 'lib/aws-sdk-datazone/types.rb', line 12899

class LineageNodeReference < Struct.new(
  :id,
  :event_timestamp)
  SENSITIVE = []
  include Aws::Structure
end