Class: Aws::CleanRooms::Types::ColumnLineageEntry

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb

Overview

Contains column lineage information that traces a disallowed output column back to its source in a base table.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#columnString

The name of the column in the intermediate table.

Returns:

  • (String)


2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2348

class ColumnLineageEntry < Struct.new(
  :column,
  :source_column,
  :source_name,
  :source_id,
  :source_type,
  :source_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#source_account_idString

The Amazon Web Services account ID of the owner of the source table.

Returns:

  • (String)


2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2348

class ColumnLineageEntry < Struct.new(
  :column,
  :source_column,
  :source_name,
  :source_id,
  :source_type,
  :source_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#source_columnString

The name of the column in the source table.

Returns:

  • (String)


2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2348

class ColumnLineageEntry < Struct.new(
  :column,
  :source_column,
  :source_name,
  :source_id,
  :source_type,
  :source_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#source_idString

The unique identifier of the source table.

Returns:

  • (String)


2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2348

class ColumnLineageEntry < Struct.new(
  :column,
  :source_column,
  :source_name,
  :source_id,
  :source_type,
  :source_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#source_nameString

The name of the source table.

Returns:

  • (String)


2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2348

class ColumnLineageEntry < Struct.new(
  :column,
  :source_column,
  :source_name,
  :source_id,
  :source_type,
  :source_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#source_typeString

The type of the source table.

Returns:

  • (String)


2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2348

class ColumnLineageEntry < Struct.new(
  :column,
  :source_column,
  :source_name,
  :source_id,
  :source_type,
  :source_account_id)
  SENSITIVE = []
  include Aws::Structure
end