Class: Aws::Types::LineageEventSummary
- Inherits:
-
Object
- Object
- Aws::Types::LineageEventSummary
- 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_summary ⇒ Types::EventSummary
Returns the value of attribute event_summary.
-
#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.
3732 3733 3734 |
# File 'sig/types.rbs', line 3732 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
3731 3732 3733 |
# File 'sig/types.rbs', line 3731 def created_by @created_by end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
3727 3728 3729 |
# File 'sig/types.rbs', line 3727 def domain_id @domain_id end |
#event_summary ⇒ Types::EventSummary
Returns the value of attribute event_summary.
3730 3731 3732 |
# File 'sig/types.rbs', line 3730 def event_summary @event_summary end |
#event_time ⇒ ::Time
Returns the value of attribute event_time.
3729 3730 3731 |
# File 'sig/types.rbs', line 3729 def event_time @event_time end |
#id ⇒ ::String
Returns the value of attribute id.
3726 3727 3728 |
# File 'sig/types.rbs', line 3726 def id @id end |
#processing_status ⇒ "REQUESTED", ...
Returns the value of attribute processing_status.
3728 3729 3730 |
# File 'sig/types.rbs', line 3728 def processing_status @processing_status end |