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)


10441
10442
10443
10444
10445
10446
10447
10448
10449
10450
10451
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10441

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

#created_byString

The user who created the lineage event.

Returns:

  • (String)


10441
10442
10443
10444
10445
10446
10447
10448
10449
10450
10451
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10441

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

#domain_idString

The ID of the domain.

Returns:

  • (String)


10441
10442
10443
10444
10445
10446
10447
10448
10449
10450
10451
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10441

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

#eventString

The lineage event details.

Returns:

  • (String)


10441
10442
10443
10444
10445
10446
10447
10448
10449
10450
10451
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10441

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

#event_timeTime

The time of the lineage event.

Returns:

  • (Time)


10441
10442
10443
10444
10445
10446
10447
10448
10449
10450
10451
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10441

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

#idString

The ID of the lineage event.

Returns:

  • (String)


10441
10442
10443
10444
10445
10446
10447
10448
10449
10450
10451
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10441

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

#processing_statusString

The progressing status of the lineage event.

Returns:

  • (String)


10441
10442
10443
10444
10445
10446
10447
10448
10449
10450
10451
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10441

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