Class: Aws::DataZone::Types::LineageNodeItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::LineageNodeItem
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
The summary and output forms of a LineageNode
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp at which the data lineage node was created.
-
#created_by ⇒ String
The user who created the data lineage node.
-
#description ⇒ String
The description of the data lineage node.
-
#domain_id ⇒ String
The ID of the domain of the data lineage node.
-
#downstream_lineage_node_ids ⇒ Array<String>
The IDs of the downstream data lineage nodes.
-
#event_timestamp ⇒ Time
The event timestamp of the data lineage node.
-
#forms_output ⇒ Array<Types::FormOutput>
The forms included in the additional attributes of a data lineage node.
-
#id ⇒ String
The ID of the data lineage node.
-
#name ⇒ String
The name of the data lineage node.
-
#source_identifier ⇒ String
The alternate ID of the data lineage node.
-
#type_name ⇒ String
The name of the type of the data lineage node.
-
#type_revision ⇒ String
The type of the revision of the data lineage node.
-
#updated_at ⇒ Time
The timestamp at which the data lineage node was updated.
-
#updated_by ⇒ String
The user who updated the data lineage node.
-
#upstream_lineage_node_ids ⇒ Array<String>
The IDs of the upstream data lineage nodes.
Instance Attribute Details
#created_at ⇒ Time
The timestamp at which the data lineage node was created.
12736 12737 12738 12739 12740 12741 12742 12743 12744 12745 12746 12747 12748 12749 12750 12751 12752 12753 12754 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12736 class LineageNodeItem < Struct.new( :domain_id, :name, :description, :created_at, :created_by, :updated_at, :updated_by, :id, :type_name, :type_revision, :source_identifier, :event_timestamp, :forms_output, :upstream_lineage_node_ids, :downstream_lineage_node_ids) SENSITIVE = [] include Aws::Structure end |
#created_by ⇒ String
The user who created the data lineage node.
12736 12737 12738 12739 12740 12741 12742 12743 12744 12745 12746 12747 12748 12749 12750 12751 12752 12753 12754 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12736 class LineageNodeItem < Struct.new( :domain_id, :name, :description, :created_at, :created_by, :updated_at, :updated_by, :id, :type_name, :type_revision, :source_identifier, :event_timestamp, :forms_output, :upstream_lineage_node_ids, :downstream_lineage_node_ids) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the data lineage node.
12736 12737 12738 12739 12740 12741 12742 12743 12744 12745 12746 12747 12748 12749 12750 12751 12752 12753 12754 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12736 class LineageNodeItem < Struct.new( :domain_id, :name, :description, :created_at, :created_by, :updated_at, :updated_by, :id, :type_name, :type_revision, :source_identifier, :event_timestamp, :forms_output, :upstream_lineage_node_ids, :downstream_lineage_node_ids) SENSITIVE = [] include Aws::Structure end |
#domain_id ⇒ String
The ID of the domain of the data lineage node.
12736 12737 12738 12739 12740 12741 12742 12743 12744 12745 12746 12747 12748 12749 12750 12751 12752 12753 12754 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12736 class LineageNodeItem < Struct.new( :domain_id, :name, :description, :created_at, :created_by, :updated_at, :updated_by, :id, :type_name, :type_revision, :source_identifier, :event_timestamp, :forms_output, :upstream_lineage_node_ids, :downstream_lineage_node_ids) SENSITIVE = [] include Aws::Structure end |
#downstream_lineage_node_ids ⇒ Array<String>
The IDs of the downstream data lineage nodes.
12736 12737 12738 12739 12740 12741 12742 12743 12744 12745 12746 12747 12748 12749 12750 12751 12752 12753 12754 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12736 class LineageNodeItem < Struct.new( :domain_id, :name, :description, :created_at, :created_by, :updated_at, :updated_by, :id, :type_name, :type_revision, :source_identifier, :event_timestamp, :forms_output, :upstream_lineage_node_ids, :downstream_lineage_node_ids) SENSITIVE = [] include Aws::Structure end |
#event_timestamp ⇒ Time
The event timestamp of the data lineage node.
12736 12737 12738 12739 12740 12741 12742 12743 12744 12745 12746 12747 12748 12749 12750 12751 12752 12753 12754 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12736 class LineageNodeItem < Struct.new( :domain_id, :name, :description, :created_at, :created_by, :updated_at, :updated_by, :id, :type_name, :type_revision, :source_identifier, :event_timestamp, :forms_output, :upstream_lineage_node_ids, :downstream_lineage_node_ids) SENSITIVE = [] include Aws::Structure end |
#forms_output ⇒ Array<Types::FormOutput>
The forms included in the additional attributes of a data lineage node.
12736 12737 12738 12739 12740 12741 12742 12743 12744 12745 12746 12747 12748 12749 12750 12751 12752 12753 12754 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12736 class LineageNodeItem < Struct.new( :domain_id, :name, :description, :created_at, :created_by, :updated_at, :updated_by, :id, :type_name, :type_revision, :source_identifier, :event_timestamp, :forms_output, :upstream_lineage_node_ids, :downstream_lineage_node_ids) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the data lineage node.
12736 12737 12738 12739 12740 12741 12742 12743 12744 12745 12746 12747 12748 12749 12750 12751 12752 12753 12754 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12736 class LineageNodeItem < Struct.new( :domain_id, :name, :description, :created_at, :created_by, :updated_at, :updated_by, :id, :type_name, :type_revision, :source_identifier, :event_timestamp, :forms_output, :upstream_lineage_node_ids, :downstream_lineage_node_ids) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the data lineage node.
12736 12737 12738 12739 12740 12741 12742 12743 12744 12745 12746 12747 12748 12749 12750 12751 12752 12753 12754 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12736 class LineageNodeItem < Struct.new( :domain_id, :name, :description, :created_at, :created_by, :updated_at, :updated_by, :id, :type_name, :type_revision, :source_identifier, :event_timestamp, :forms_output, :upstream_lineage_node_ids, :downstream_lineage_node_ids) SENSITIVE = [] include Aws::Structure end |
#source_identifier ⇒ String
The alternate ID of the data lineage node.
12736 12737 12738 12739 12740 12741 12742 12743 12744 12745 12746 12747 12748 12749 12750 12751 12752 12753 12754 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12736 class LineageNodeItem < Struct.new( :domain_id, :name, :description, :created_at, :created_by, :updated_at, :updated_by, :id, :type_name, :type_revision, :source_identifier, :event_timestamp, :forms_output, :upstream_lineage_node_ids, :downstream_lineage_node_ids) SENSITIVE = [] include Aws::Structure end |
#type_name ⇒ String
The name of the type of the data lineage node.
12736 12737 12738 12739 12740 12741 12742 12743 12744 12745 12746 12747 12748 12749 12750 12751 12752 12753 12754 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12736 class LineageNodeItem < Struct.new( :domain_id, :name, :description, :created_at, :created_by, :updated_at, :updated_by, :id, :type_name, :type_revision, :source_identifier, :event_timestamp, :forms_output, :upstream_lineage_node_ids, :downstream_lineage_node_ids) SENSITIVE = [] include Aws::Structure end |
#type_revision ⇒ String
The type of the revision of the data lineage node.
12736 12737 12738 12739 12740 12741 12742 12743 12744 12745 12746 12747 12748 12749 12750 12751 12752 12753 12754 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12736 class LineageNodeItem < Struct.new( :domain_id, :name, :description, :created_at, :created_by, :updated_at, :updated_by, :id, :type_name, :type_revision, :source_identifier, :event_timestamp, :forms_output, :upstream_lineage_node_ids, :downstream_lineage_node_ids) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp at which the data lineage node was updated.
12736 12737 12738 12739 12740 12741 12742 12743 12744 12745 12746 12747 12748 12749 12750 12751 12752 12753 12754 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12736 class LineageNodeItem < Struct.new( :domain_id, :name, :description, :created_at, :created_by, :updated_at, :updated_by, :id, :type_name, :type_revision, :source_identifier, :event_timestamp, :forms_output, :upstream_lineage_node_ids, :downstream_lineage_node_ids) SENSITIVE = [] include Aws::Structure end |
#updated_by ⇒ String
The user who updated the data lineage node.
12736 12737 12738 12739 12740 12741 12742 12743 12744 12745 12746 12747 12748 12749 12750 12751 12752 12753 12754 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12736 class LineageNodeItem < Struct.new( :domain_id, :name, :description, :created_at, :created_by, :updated_at, :updated_by, :id, :type_name, :type_revision, :source_identifier, :event_timestamp, :forms_output, :upstream_lineage_node_ids, :downstream_lineage_node_ids) SENSITIVE = [] include Aws::Structure end |
#upstream_lineage_node_ids ⇒ Array<String>
The IDs of the upstream data lineage nodes.
12736 12737 12738 12739 12740 12741 12742 12743 12744 12745 12746 12747 12748 12749 12750 12751 12752 12753 12754 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12736 class LineageNodeItem < Struct.new( :domain_id, :name, :description, :created_at, :created_by, :updated_at, :updated_by, :id, :type_name, :type_revision, :source_identifier, :event_timestamp, :forms_output, :upstream_lineage_node_ids, :downstream_lineage_node_ids) SENSITIVE = [] include Aws::Structure end |