Class: Aws::DataZone::Types::GetLineageEventOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:event]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp of when the lineage event was created.

Returns:

  • (Time)


10314
10315
10316
10317
10318
10319
10320
10321
10322
10323
10324
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10314

class GetLineageEventOutput < Struct.new(
  :created_at,
  :created_by,
  :domain_id,
  :event,
  :event_time,
  :id,
  :processing_status)
  SENSITIVE = [:event]
  include Aws::Structure
end

#created_byString

The user who created the lineage event.

Returns:

  • (String)


10314
10315
10316
10317
10318
10319
10320
10321
10322
10323
10324
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10314

class GetLineageEventOutput < Struct.new(
  :created_at,
  :created_by,
  :domain_id,
  :event,
  :event_time,
  :id,
  :processing_status)
  SENSITIVE = [:event]
  include Aws::Structure
end

#domain_idString

The ID of the domain.

Returns:

  • (String)


10314
10315
10316
10317
10318
10319
10320
10321
10322
10323
10324
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10314

class GetLineageEventOutput < Struct.new(
  :created_at,
  :created_by,
  :domain_id,
  :event,
  :event_time,
  :id,
  :processing_status)
  SENSITIVE = [:event]
  include Aws::Structure
end

#eventString

The lineage event details.

Returns:

  • (String)


10314
10315
10316
10317
10318
10319
10320
10321
10322
10323
10324
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10314

class GetLineageEventOutput < Struct.new(
  :created_at,
  :created_by,
  :domain_id,
  :event,
  :event_time,
  :id,
  :processing_status)
  SENSITIVE = [:event]
  include Aws::Structure
end

#event_timeTime

The time of the lineage event.

Returns:

  • (Time)


10314
10315
10316
10317
10318
10319
10320
10321
10322
10323
10324
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10314

class GetLineageEventOutput < Struct.new(
  :created_at,
  :created_by,
  :domain_id,
  :event,
  :event_time,
  :id,
  :processing_status)
  SENSITIVE = [:event]
  include Aws::Structure
end

#idString

The ID of the lineage event.

Returns:

  • (String)


10314
10315
10316
10317
10318
10319
10320
10321
10322
10323
10324
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10314

class GetLineageEventOutput < Struct.new(
  :created_at,
  :created_by,
  :domain_id,
  :event,
  :event_time,
  :id,
  :processing_status)
  SENSITIVE = [:event]
  include Aws::Structure
end

#processing_statusString

The progressing status of the lineage event.

Returns:

  • (String)


10314
10315
10316
10317
10318
10319
10320
10321
10322
10323
10324
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10314

class GetLineageEventOutput < Struct.new(
  :created_at,
  :created_by,
  :domain_id,
  :event,
  :event_time,
  :id,
  :processing_status)
  SENSITIVE = [:event]
  include Aws::Structure
end