Class: Aws::DataZone::Types::LineageNodeTypeItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::LineageNodeTypeItem
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
The details of a data lineage node type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp at which the data lineage node type was created.
-
#created_by ⇒ String
The user who created the data lineage node type.
-
#description ⇒ String
The description of the data lineage node type.
-
#domain_id ⇒ String
The ID of the domain where the data lineage node type lives.
-
#forms_output ⇒ Hash<String,Types::FormEntryOutput>
The forms output of the data lineage node type.
-
#name ⇒ String
The name of the data lineage node type.
-
#revision ⇒ String
The revision of the data lineage node type.
-
#updated_at ⇒ Time
The timestamp at which the data lineage node type was updated.
-
#updated_by ⇒ String
The user who updated the data lineage node type.
Instance Attribute Details
#created_at ⇒ Time
The timestamp at which the data lineage node type was created.
12713 12714 12715 12716 12717 12718 12719 12720 12721 12722 12723 12724 12725 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12713 class LineageNodeTypeItem < Struct.new( :domain_id, :name, :description, :created_at, :created_by, :updated_at, :updated_by, :revision, :forms_output) SENSITIVE = [] include Aws::Structure end |
#created_by ⇒ String
The user who created the data lineage node type.
12713 12714 12715 12716 12717 12718 12719 12720 12721 12722 12723 12724 12725 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12713 class LineageNodeTypeItem < Struct.new( :domain_id, :name, :description, :created_at, :created_by, :updated_at, :updated_by, :revision, :forms_output) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the data lineage node type.
12713 12714 12715 12716 12717 12718 12719 12720 12721 12722 12723 12724 12725 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12713 class LineageNodeTypeItem < Struct.new( :domain_id, :name, :description, :created_at, :created_by, :updated_at, :updated_by, :revision, :forms_output) SENSITIVE = [] include Aws::Structure end |
#domain_id ⇒ String
The ID of the domain where the data lineage node type lives.
12713 12714 12715 12716 12717 12718 12719 12720 12721 12722 12723 12724 12725 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12713 class LineageNodeTypeItem < Struct.new( :domain_id, :name, :description, :created_at, :created_by, :updated_at, :updated_by, :revision, :forms_output) SENSITIVE = [] include Aws::Structure end |
#forms_output ⇒ Hash<String,Types::FormEntryOutput>
The forms output of the data lineage node type.
12713 12714 12715 12716 12717 12718 12719 12720 12721 12722 12723 12724 12725 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12713 class LineageNodeTypeItem < Struct.new( :domain_id, :name, :description, :created_at, :created_by, :updated_at, :updated_by, :revision, :forms_output) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the data lineage node type.
12713 12714 12715 12716 12717 12718 12719 12720 12721 12722 12723 12724 12725 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12713 class LineageNodeTypeItem < Struct.new( :domain_id, :name, :description, :created_at, :created_by, :updated_at, :updated_by, :revision, :forms_output) SENSITIVE = [] include Aws::Structure end |
#revision ⇒ String
The revision of the data lineage node type.
12713 12714 12715 12716 12717 12718 12719 12720 12721 12722 12723 12724 12725 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12713 class LineageNodeTypeItem < Struct.new( :domain_id, :name, :description, :created_at, :created_by, :updated_at, :updated_by, :revision, :forms_output) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp at which the data lineage node type was updated.
12713 12714 12715 12716 12717 12718 12719 12720 12721 12722 12723 12724 12725 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12713 class LineageNodeTypeItem < Struct.new( :domain_id, :name, :description, :created_at, :created_by, :updated_at, :updated_by, :revision, :forms_output) SENSITIVE = [] include Aws::Structure end |
#updated_by ⇒ String
The user who updated the data lineage node type.
12713 12714 12715 12716 12717 12718 12719 12720 12721 12722 12723 12724 12725 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12713 class LineageNodeTypeItem < Struct.new( :domain_id, :name, :description, :created_at, :created_by, :updated_at, :updated_by, :revision, :forms_output) SENSITIVE = [] include Aws::Structure end |