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
2288 |
# File 'sig/client.rbs', line 2288
def created_at: () -> ::Time
|
#created_by ⇒ ::String
2285 |
# File 'sig/client.rbs', line 2285
def created_by: () -> ::String
|
#domain_id ⇒ ::String
2282 |
# File 'sig/client.rbs', line 2282
def domain_id: () -> ::String
|
#event ⇒ ::String
2284 |
# File 'sig/client.rbs', line 2284
def event: () -> ::String
|
#event_time ⇒ ::Time
2287 |
# File 'sig/client.rbs', line 2287
def event_time: () -> ::Time
|
#id ⇒ ::String
2283 |
# File 'sig/client.rbs', line 2283
def id: () -> ::String
|
#processing_status ⇒ "REQUESTED", ...
2286 |
# File 'sig/client.rbs', line 2286
def processing_status: () -> ("REQUESTED" | "PROCESSING" | "SUCCESS" | "FAILED")
|