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.
12716 12717 12718 12719 12720 12721 12722 12723 12724 12725 12726 12727 12728 12729 12730 12731 12732 12733 12734 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12716 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.
12716 12717 12718 12719 12720 12721 12722 12723 12724 12725 12726 12727 12728 12729 12730 12731 12732 12733 12734 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12716 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.
12716 12717 12718 12719 12720 12721 12722 12723 12724 12725 12726 12727 12728 12729 12730 12731 12732 12733 12734 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12716 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.
12716 12717 12718 12719 12720 12721 12722 12723 12724 12725 12726 12727 12728 12729 12730 12731 12732 12733 12734 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12716 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.
12716 12717 12718 12719 12720 12721 12722 12723 12724 12725 12726 12727 12728 12729 12730 12731 12732 12733 12734 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12716 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.
12716 12717 12718 12719 12720 12721 12722 12723 12724 12725 12726 12727 12728 12729 12730 12731 12732 12733 12734 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12716 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.
12716 12717 12718 12719 12720 12721 12722 12723 12724 12725 12726 12727 12728 12729 12730 12731 12732 12733 12734 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12716 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.
12716 12717 12718 12719 12720 12721 12722 12723 12724 12725 12726 12727 12728 12729 12730 12731 12732 12733 12734 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12716 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.
12716 12717 12718 12719 12720 12721 12722 12723 12724 12725 12726 12727 12728 12729 12730 12731 12732 12733 12734 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12716 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.
12716 12717 12718 12719 12720 12721 12722 12723 12724 12725 12726 12727 12728 12729 12730 12731 12732 12733 12734 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12716 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.
12716 12717 12718 12719 12720 12721 12722 12723 12724 12725 12726 12727 12728 12729 12730 12731 12732 12733 12734 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12716 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.
12716 12717 12718 12719 12720 12721 12722 12723 12724 12725 12726 12727 12728 12729 12730 12731 12732 12733 12734 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12716 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.
12716 12717 12718 12719 12720 12721 12722 12723 12724 12725 12726 12727 12728 12729 12730 12731 12732 12733 12734 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12716 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.
12716 12717 12718 12719 12720 12721 12722 12723 12724 12725 12726 12727 12728 12729 12730 12731 12732 12733 12734 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12716 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.
12716 12717 12718 12719 12720 12721 12722 12723 12724 12725 12726 12727 12728 12729 12730 12731 12732 12733 12734 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12716 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 |