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)


9222
9223
9224
9225
9226
9227
9228
9229
9230
9231
9232
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9222

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)


9222
9223
9224
9225
9226
9227
9228
9229
9230
9231
9232
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9222

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)


9222
9223
9224
9225
9226
9227
9228
9229
9230
9231
9232
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9222

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)


9222
9223
9224
9225
9226
9227
9228
9229
9230
9231
9232
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9222

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)


9222
9223
9224
9225
9226
9227
9228
9229
9230
9231
9232
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9222

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)


9222
9223
9224
9225
9226
9227
9228
9229
9230
9231
9232
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9222

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)


9222
9223
9224
9225
9226
9227
9228
9229
9230
9231
9232
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9222

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