Class: Aws::DataZone::Types::LineageNodeReference
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::LineageNodeReference
- 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
-
#event_timestamp ⇒ Time
The event timestamp of the data lineage node.
-
#id ⇒ String
The ID of the data lineage node.
Instance Attribute Details
#event_timestamp ⇒ Time
The event timestamp of the data lineage node.
12768 12769 12770 12771 12772 12773 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12768 class LineageNodeReference < Struct.new( :id, :event_timestamp) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the data lineage node.
12768 12769 12770 12771 12772 12773 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12768 class LineageNodeReference < Struct.new( :id, :event_timestamp) SENSITIVE = [] include Aws::Structure end |