Module: Aws::DataZone::Client::_GetLineageEventResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::GetLineageEventOutput]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#created_at::Time

Returns:

  • (::Time)


2282
# File 'sig/client.rbs', line 2282

def created_at: () -> ::Time

#created_by::String

Returns:

  • (::String)


2279
# File 'sig/client.rbs', line 2279

def created_by: () -> ::String

#domain_id::String

Returns:

  • (::String)


2276
# File 'sig/client.rbs', line 2276

def domain_id: () -> ::String

#event::String

Returns:

  • (::String)


2278
# File 'sig/client.rbs', line 2278

def event: () -> ::String

#event_time::Time

Returns:

  • (::Time)


2281
# File 'sig/client.rbs', line 2281

def event_time: () -> ::Time

#id::String

Returns:

  • (::String)


2277
# File 'sig/client.rbs', line 2277

def id: () -> ::String

#processing_status"REQUESTED", ...

Returns:

  • ("REQUESTED", "PROCESSING", "SUCCESS", "FAILED")


2280
# File 'sig/client.rbs', line 2280

def processing_status: () -> ("REQUESTED" | "PROCESSING" | "SUCCESS" | "FAILED")