Class: Aws::Types::GetLineageNodeOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetLineageNodeOutput
- 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_nodes ⇒ ::Array[Types::LineageNodeReference]
Returns the value of attribute downstream_nodes.
-
#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_nodes ⇒ ::Array[Types::LineageNodeReference]
Returns the value of attribute upstream_nodes.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
3008 3009 3010 |
# File 'sig/types.rbs', line 3008 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
3009 3010 3011 |
# File 'sig/types.rbs', line 3009 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
3007 3008 3009 |
# File 'sig/types.rbs', line 3007 def description @description end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
3005 3006 3007 |
# File 'sig/types.rbs', line 3005 def domain_id @domain_id end |
#downstream_nodes ⇒ ::Array[Types::LineageNodeReference]
Returns the value of attribute downstream_nodes.
3019 3020 3021 |
# File 'sig/types.rbs', line 3019 def downstream_nodes @downstream_nodes end |
#event_timestamp ⇒ ::Time
Returns the value of attribute event_timestamp.
3016 3017 3018 |
# File 'sig/types.rbs', line 3016 def @event_timestamp end |
#forms_output ⇒ ::Array[Types::FormOutput]
Returns the value of attribute forms_output.
3017 3018 3019 |
# File 'sig/types.rbs', line 3017 def forms_output @forms_output end |
#id ⇒ ::String
Returns the value of attribute id.
3012 3013 3014 |
# File 'sig/types.rbs', line 3012 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
3006 3007 3008 |
# File 'sig/types.rbs', line 3006 def name @name end |
#source_identifier ⇒ ::String
Returns the value of attribute source_identifier.
3015 3016 3017 |
# File 'sig/types.rbs', line 3015 def source_identifier @source_identifier end |
#type_name ⇒ ::String
Returns the value of attribute type_name.
3013 3014 3015 |
# File 'sig/types.rbs', line 3013 def type_name @type_name end |
#type_revision ⇒ ::String
Returns the value of attribute type_revision.
3014 3015 3016 |
# File 'sig/types.rbs', line 3014 def type_revision @type_revision end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
3010 3011 3012 |
# File 'sig/types.rbs', line 3010 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
3011 3012 3013 |
# File 'sig/types.rbs', line 3011 def updated_by @updated_by end |
#upstream_nodes ⇒ ::Array[Types::LineageNodeReference]
Returns the value of attribute upstream_nodes.
3018 3019 3020 |
# File 'sig/types.rbs', line 3018 def upstream_nodes @upstream_nodes end |