Class: Aws::DataZone::Types::GetLineageNodeOutput

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

#created_at ⇒ Time

The timestamp at which the data lineage node was created.

Returns:

  • (Time)


11213
11214
11215
11216
11217
11218
11219
11220
11221
11222
11223
11224
11225
11226
11227
11228
11229
11230
11231
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11213

class GetLineageNodeOutput < Struct.new(
  :domain_id,
  :name,
  :description,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :id,
  :type_name,
  :type_revision,
  :source_identifier,
  :event_timestamp,
  :forms_output,
  :upstream_nodes,
  :downstream_nodes)
  SENSITIVE = []
  include Aws::Structure
end

#created_by ⇒ String

The user who created the data lineage node.

Returns:

  • (String)


11213
11214
11215
11216
11217
11218
11219
11220
11221
11222
11223
11224
11225
11226
11227
11228
11229
11230
11231
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11213

class GetLineageNodeOutput < Struct.new(
  :domain_id,
  :name,
  :description,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :id,
  :type_name,
  :type_revision,
  :source_identifier,
  :event_timestamp,
  :forms_output,
  :upstream_nodes,
  :downstream_nodes)
  SENSITIVE = []
  include Aws::Structure
end

#description ⇒ String

The description of the data lineage node.

Returns:

  • (String)


11213
11214
11215
11216
11217
11218
11219
11220
11221
11222
11223
11224
11225
11226
11227
11228
11229
11230
11231
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11213

class GetLineageNodeOutput < Struct.new(
  :domain_id,
  :name,
  :description,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :id,
  :type_name,
  :type_revision,
  :source_identifier,
  :event_timestamp,
  :forms_output,
  :upstream_nodes,
  :downstream_nodes)
  SENSITIVE = []
  include Aws::Structure
end

#domain_id ⇒ String

The ID of the domain where you're getting the data lineage node.

Returns:

  • (String)


11213
11214
11215
11216
11217
11218
11219
11220
11221
11222
11223
11224
11225
11226
11227
11228
11229
11230
11231
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11213

class GetLineageNodeOutput < Struct.new(
  :domain_id,
  :name,
  :description,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :id,
  :type_name,
  :type_revision,
  :source_identifier,
  :event_timestamp,
  :forms_output,
  :upstream_nodes,
  :downstream_nodes)
  SENSITIVE = []
  include Aws::Structure
end

#downstream_nodes ⇒ Array<Types::LineageNodeReference>

The downsteam nodes of the specified data lineage node.

Returns:



11213
11214
11215
11216
11217
11218
11219
11220
11221
11222
11223
11224
11225
11226
11227
11228
11229
11230
11231
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11213

class GetLineageNodeOutput < Struct.new(
  :domain_id,
  :name,
  :description,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :id,
  :type_name,
  :type_revision,
  :source_identifier,
  :event_timestamp,
  :forms_output,
  :upstream_nodes,
  :downstream_nodes)
  SENSITIVE = []
  include Aws::Structure
end

#event_timestamp ⇒ Time

The timestamp of the event described in the data lineage node.

Returns:

  • (Time)


11213
11214
11215
11216
11217
11218
11219
11220
11221
11222
11223
11224
11225
11226
11227
11228
11229
11230
11231
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11213

class GetLineageNodeOutput < Struct.new(
  :domain_id,
  :name,
  :description,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :id,
  :type_name,
  :type_revision,
  :source_identifier,
  :event_timestamp,
  :forms_output,
  :upstream_nodes,
  :downstream_nodes)
  SENSITIVE = []
  include Aws::Structure
end

#forms_output ⇒ Array<Types::FormOutput>

The metadata of the specified data lineage node.

Returns:



11213
11214
11215
11216
11217
11218
11219
11220
11221
11222
11223
11224
11225
11226
11227
11228
11229
11230
11231
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11213

class GetLineageNodeOutput < Struct.new(
  :domain_id,
  :name,
  :description,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :id,
  :type_name,
  :type_revision,
  :source_identifier,
  :event_timestamp,
  :forms_output,
  :upstream_nodes,
  :downstream_nodes)
  SENSITIVE = []
  include Aws::Structure
end

#id ⇒ String

The ID of the data lineage node.

Returns:

  • (String)


11213
11214
11215
11216
11217
11218
11219
11220
11221
11222
11223
11224
11225
11226
11227
11228
11229
11230
11231
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11213

class GetLineageNodeOutput < Struct.new(
  :domain_id,
  :name,
  :description,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :id,
  :type_name,
  :type_revision,
  :source_identifier,
  :event_timestamp,
  :forms_output,
  :upstream_nodes,
  :downstream_nodes)
  SENSITIVE = []
  include Aws::Structure
end

#name ⇒ String

The name of the data lineage node.

Returns:

  • (String)


11213
11214
11215
11216
11217
11218
11219
11220
11221
11222
11223
11224
11225
11226
11227
11228
11229
11230
11231
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11213

class GetLineageNodeOutput < Struct.new(
  :domain_id,
  :name,
  :description,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :id,
  :type_name,
  :type_revision,
  :source_identifier,
  :event_timestamp,
  :forms_output,
  :upstream_nodes,
  :downstream_nodes)
  SENSITIVE = []
  include Aws::Structure
end

#source_identifier ⇒ String

The source identifier of the data lineage node.

Returns:

  • (String)


11213
11214
11215
11216
11217
11218
11219
11220
11221
11222
11223
11224
11225
11226
11227
11228
11229
11230
11231
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11213

class GetLineageNodeOutput < Struct.new(
  :domain_id,
  :name,
  :description,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :id,
  :type_name,
  :type_revision,
  :source_identifier,
  :event_timestamp,
  :forms_output,
  :upstream_nodes,
  :downstream_nodes)
  SENSITIVE = []
  include Aws::Structure
end

#type_name ⇒ String

The name of the type of the specified data lineage node.

Returns:

  • (String)


11213
11214
11215
11216
11217
11218
11219
11220
11221
11222
11223
11224
11225
11226
11227
11228
11229
11230
11231
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11213

class GetLineageNodeOutput < Struct.new(
  :domain_id,
  :name,
  :description,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :id,
  :type_name,
  :type_revision,
  :source_identifier,
  :event_timestamp,
  :forms_output,
  :upstream_nodes,
  :downstream_nodes)
  SENSITIVE = []
  include Aws::Structure
end

#type_revision ⇒ String

The revision type of the specified data lineage node.

Returns:

  • (String)


11213
11214
11215
11216
11217
11218
11219
11220
11221
11222
11223
11224
11225
11226
11227
11228
11229
11230
11231
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11213

class GetLineageNodeOutput < Struct.new(
  :domain_id,
  :name,
  :description,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :id,
  :type_name,
  :type_revision,
  :source_identifier,
  :event_timestamp,
  :forms_output,
  :upstream_nodes,
  :downstream_nodes)
  SENSITIVE = []
  include Aws::Structure
end

#updated_at ⇒ Time

The timestamp at which the data lineage node was updated.

Returns:

  • (Time)


11213
11214
11215
11216
11217
11218
11219
11220
11221
11222
11223
11224
11225
11226
11227
11228
11229
11230
11231
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11213

class GetLineageNodeOutput < Struct.new(
  :domain_id,
  :name,
  :description,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :id,
  :type_name,
  :type_revision,
  :source_identifier,
  :event_timestamp,
  :forms_output,
  :upstream_nodes,
  :downstream_nodes)
  SENSITIVE = []
  include Aws::Structure
end

#updated_by ⇒ String

The user who updated the data lineage node.

Returns:

  • (String)


11213
11214
11215
11216
11217
11218
11219
11220
11221
11222
11223
11224
11225
11226
11227
11228
11229
11230
11231
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11213

class GetLineageNodeOutput < Struct.new(
  :domain_id,
  :name,
  :description,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :id,
  :type_name,
  :type_revision,
  :source_identifier,
  :event_timestamp,
  :forms_output,
  :upstream_nodes,
  :downstream_nodes)
  SENSITIVE = []
  include Aws::Structure
end

#upstream_nodes ⇒ Array<Types::LineageNodeReference>

The upstream nodes of the specified data lineage node.

Returns:



11213
11214
11215
11216
11217
11218
11219
11220
11221
11222
11223
11224
11225
11226
11227
11228
11229
11230
11231
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11213

class GetLineageNodeOutput < Struct.new(
  :domain_id,
  :name,
  :description,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :id,
  :type_name,
  :type_revision,
  :source_identifier,
  :event_timestamp,
  :forms_output,
  :upstream_nodes,
  :downstream_nodes)
  SENSITIVE = []
  include Aws::Structure
end