Class: Aws::DataZone::Types::PostLineageEventOutput

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:



14628
14629
14630
14631
14632
14633
# File 'lib/aws-sdk-datazone/types.rb', line 14628

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

#idString

The ID of the lineage event.

Returns:



14628
14629
14630
14631
14632
14633
# File 'lib/aws-sdk-datazone/types.rb', line 14628

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