Class: Aws::Types::LineageNodeSummary
- Inherits:
-
Object
- Object
- Aws::Types::LineageNodeSummary
- 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.
-
#event_timestamp ⇒ ::Time
Returns the value of attribute event_timestamp.
-
#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.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
3772 3773 3774 |
# File 'sig/types.rbs', line 3772 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
3773 3774 3775 |
# File 'sig/types.rbs', line 3773 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
3771 3772 3773 |
# File 'sig/types.rbs', line 3771 def description @description end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
3769 3770 3771 |
# File 'sig/types.rbs', line 3769 def domain_id @domain_id end |
#event_timestamp ⇒ ::Time
Returns the value of attribute event_timestamp.
3780 3781 3782 |
# File 'sig/types.rbs', line 3780 def @event_timestamp end |
#id ⇒ ::String
Returns the value of attribute id.
3776 3777 3778 |
# File 'sig/types.rbs', line 3776 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
3770 3771 3772 |
# File 'sig/types.rbs', line 3770 def name @name end |
#source_identifier ⇒ ::String
Returns the value of attribute source_identifier.
3779 3780 3781 |
# File 'sig/types.rbs', line 3779 def source_identifier @source_identifier end |
#type_name ⇒ ::String
Returns the value of attribute type_name.
3777 3778 3779 |
# File 'sig/types.rbs', line 3777 def type_name @type_name end |
#type_revision ⇒ ::String
Returns the value of attribute type_revision.
3778 3779 3780 |
# File 'sig/types.rbs', line 3778 def type_revision @type_revision end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
3774 3775 3776 |
# File 'sig/types.rbs', line 3774 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
3775 3776 3777 |
# File 'sig/types.rbs', line 3775 def updated_by @updated_by end |