Class: Aws::Types::GetLineageEventOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetLineageEventOutput
- 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.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#event ⇒ ::String
Returns the value of attribute event.
-
#event_time ⇒ ::Time
Returns the value of attribute event_time.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#processing_status ⇒ "REQUESTED", ...
Returns the value of attribute processing_status.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2993 2994 2995 |
# File 'sig/types.rbs', line 2993 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
2990 2991 2992 |
# File 'sig/types.rbs', line 2990 def created_by @created_by end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
2987 2988 2989 |
# File 'sig/types.rbs', line 2987 def domain_id @domain_id end |
#event ⇒ ::String
Returns the value of attribute event.
2989 2990 2991 |
# File 'sig/types.rbs', line 2989 def event @event end |
#event_time ⇒ ::Time
Returns the value of attribute event_time.
2992 2993 2994 |
# File 'sig/types.rbs', line 2992 def event_time @event_time end |
#id ⇒ ::String
Returns the value of attribute id.
2988 2989 2990 |
# File 'sig/types.rbs', line 2988 def id @id end |
#processing_status ⇒ "REQUESTED", ...
Returns the value of attribute processing_status.
2991 2992 2993 |
# File 'sig/types.rbs', line 2991 def processing_status @processing_status end |