Class: Aws::Types::LineageNodeItem
- Inherits:
-
Object
- Object
- Aws::Types::LineageNodeItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#downstream_lineage_node_ids ⇒ ::Array[::String]
Returns the value of attribute downstream_lineage_node_ids.
-
#event_timestamp ⇒ ::Time
Returns the value of attribute event_timestamp.
-
#forms_output ⇒ ::Array[Types::FormOutput]
Returns the value of attribute forms_output.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#source_identifier ⇒ ::String
Returns the value of attribute source_identifier.
-
#type_name ⇒ ::String
Returns the value of attribute type_name.
-
#type_revision ⇒ ::String
Returns the value of attribute type_revision.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
-
#upstream_lineage_node_ids ⇒ ::Array[::String]
Returns the value of attribute upstream_lineage_node_ids.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
3747 3748 3749 |
# File 'sig/types.rbs', line 3747 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
3748 3749 3750 |
# File 'sig/types.rbs', line 3748 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
3746 3747 3748 |
# File 'sig/types.rbs', line 3746 def description @description end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
3744 3745 3746 |
# File 'sig/types.rbs', line 3744 def domain_id @domain_id end |
#downstream_lineage_node_ids ⇒ ::Array[::String]
Returns the value of attribute downstream_lineage_node_ids.
3758 3759 3760 |
# File 'sig/types.rbs', line 3758 def downstream_lineage_node_ids @downstream_lineage_node_ids end |
#event_timestamp ⇒ ::Time
Returns the value of attribute event_timestamp.
3755 3756 3757 |
# File 'sig/types.rbs', line 3755 def @event_timestamp end |
#forms_output ⇒ ::Array[Types::FormOutput]
Returns the value of attribute forms_output.
3756 3757 3758 |
# File 'sig/types.rbs', line 3756 def forms_output @forms_output end |
#id ⇒ ::String
Returns the value of attribute id.
3751 3752 3753 |
# File 'sig/types.rbs', line 3751 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
3745 3746 3747 |
# File 'sig/types.rbs', line 3745 def name @name end |
#source_identifier ⇒ ::String
Returns the value of attribute source_identifier.
3754 3755 3756 |
# File 'sig/types.rbs', line 3754 def source_identifier @source_identifier end |
#type_name ⇒ ::String
Returns the value of attribute type_name.
3752 3753 3754 |
# File 'sig/types.rbs', line 3752 def type_name @type_name end |
#type_revision ⇒ ::String
Returns the value of attribute type_revision.
3753 3754 3755 |
# File 'sig/types.rbs', line 3753 def type_revision @type_revision end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
3749 3750 3751 |
# File 'sig/types.rbs', line 3749 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
3750 3751 3752 |
# File 'sig/types.rbs', line 3750 def updated_by @updated_by end |
#upstream_lineage_node_ids ⇒ ::Array[::String]
Returns the value of attribute upstream_lineage_node_ids.
3757 3758 3759 |
# File 'sig/types.rbs', line 3757 def upstream_lineage_node_ids @upstream_lineage_node_ids end |