Class: Aws::Types::LineageNodeTypeItem
- Inherits:
-
Object
- Object
- Aws::Types::LineageNodeTypeItem
- 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.
-
#forms_output ⇒ ::Hash[::String, Types::FormEntryOutput]
Returns the value of attribute forms_output.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#revision ⇒ ::String
Returns the value of attribute 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.
3788 3789 3790 |
# File 'sig/types.rbs', line 3788 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
3789 3790 3791 |
# File 'sig/types.rbs', line 3789 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
3787 3788 3789 |
# File 'sig/types.rbs', line 3787 def description @description end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
3785 3786 3787 |
# File 'sig/types.rbs', line 3785 def domain_id @domain_id end |
#forms_output ⇒ ::Hash[::String, Types::FormEntryOutput]
Returns the value of attribute forms_output.
3793 3794 3795 |
# File 'sig/types.rbs', line 3793 def forms_output @forms_output end |
#name ⇒ ::String
Returns the value of attribute name.
3786 3787 3788 |
# File 'sig/types.rbs', line 3786 def name @name end |
#revision ⇒ ::String
Returns the value of attribute revision.
3792 3793 3794 |
# File 'sig/types.rbs', line 3792 def revision @revision end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
3790 3791 3792 |
# File 'sig/types.rbs', line 3790 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
3791 3792 3793 |
# File 'sig/types.rbs', line 3791 def updated_by @updated_by end |