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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/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_timestamp ⇒ Time

The event timestamp of the data lineage node.

Returns:

  • (Time)


14025
14026
14027
14028
14029
14030
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14025

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

#id ⇒ String

The ID of the data lineage node.

Returns:

  • (String)


14025
14026
14027
14028
14029
14030
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14025

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