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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


9068
9069
9070
9071
9072
9073
9074
9075
9076
9077
9078
# File 'lib/aws-sdk-datazone/types.rb', line 9068

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)


9068
9069
9070
9071
9072
9073
9074
9075
9076
9077
9078
# File 'lib/aws-sdk-datazone/types.rb', line 9068

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)


9068
9069
9070
9071
9072
9073
9074
9075
9076
9077
9078
# File 'lib/aws-sdk-datazone/types.rb', line 9068

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)


9068
9069
9070
9071
9072
9073
9074
9075
9076
9077
9078
# File 'lib/aws-sdk-datazone/types.rb', line 9068

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)


9068
9069
9070
9071
9072
9073
9074
9075
9076
9077
9078
# File 'lib/aws-sdk-datazone/types.rb', line 9068

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)


9068
9069
9070
9071
9072
9073
9074
9075
9076
9077
9078
# File 'lib/aws-sdk-datazone/types.rb', line 9068

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)


9068
9069
9070
9071
9072
9073
9074
9075
9076
9077
9078
# File 'lib/aws-sdk-datazone/types.rb', line 9068

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