Class: Aws::DataZone::Types::DeleteLineageEventOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_idString

The ID of the domain.

Returns:

  • (String)


7207
7208
7209
7210
7211
7212
7213
# File 'lib/aws-sdk-datazone/types.rb', line 7207

class DeleteLineageEventOutput < Struct.new(
  :id,
  :domain_id,
  :processing_status)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the lineage event.

Returns:

  • (String)


7207
7208
7209
7210
7211
7212
7213
# File 'lib/aws-sdk-datazone/types.rb', line 7207

class DeleteLineageEventOutput < Struct.new(
  :id,
  :domain_id,
  :processing_status)
  SENSITIVE = []
  include Aws::Structure
end

#processing_statusString

The progressing status of the lineage event.

Returns:

  • (String)


7207
7208
7209
7210
7211
7212
7213
# File 'lib/aws-sdk-datazone/types.rb', line 7207

class DeleteLineageEventOutput < Struct.new(
  :id,
  :domain_id,
  :processing_status)
  SENSITIVE = []
  include Aws::Structure
end