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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/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)


17755
17756
17757
17758
17759
17760
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17755

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

#idString

The ID of the lineage event.

Returns:

  • (String)


17755
17756
17757
17758
17759
17760
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17755

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