Module: Aws::DataZone::Client::_GetLineageEventResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetLineageEventOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #created_by ⇒ ::String
- #domain_id ⇒ ::String
- #event ⇒ ::String
- #event_time ⇒ ::Time
- #id ⇒ ::String
- #processing_status ⇒ "REQUESTED", ...
Instance Method Details
#created_at ⇒ ::Time
2282 |
# File 'sig/client.rbs', line 2282
def created_at: () -> ::Time
|
#created_by ⇒ ::String
2279 |
# File 'sig/client.rbs', line 2279
def created_by: () -> ::String
|
#domain_id ⇒ ::String
2276 |
# File 'sig/client.rbs', line 2276
def domain_id: () -> ::String
|
#event ⇒ ::String
2278 |
# File 'sig/client.rbs', line 2278
def event: () -> ::String
|
#event_time ⇒ ::Time
2281 |
# File 'sig/client.rbs', line 2281
def event_time: () -> ::Time
|
#id ⇒ ::String
2277 |
# File 'sig/client.rbs', line 2277
def id: () -> ::String
|
#processing_status ⇒ "REQUESTED", ...
2280 |
# File 'sig/client.rbs', line 2280
def processing_status: () -> ("REQUESTED" | "PROCESSING" | "SUCCESS" | "FAILED")
|