Class: Aws::CleanRooms::Types::IntermediateTableDependency

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

Overview

Contains information about a base table that an intermediate table depends on.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creator_account_idString

The Amazon Web Services account ID of the member who owns the dependency table.

Returns:

  • (String)


6647
6648
6649
6650
6651
6652
6653
6654
6655
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6647

class IntermediateTableDependency < Struct.new(
  :id,
  :name,
  :type,
  :parent_type,
  :creator_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier of the dependency table.

Returns:

  • (String)


6647
6648
6649
6650
6651
6652
6653
6654
6655
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6647

class IntermediateTableDependency < Struct.new(
  :id,
  :name,
  :type,
  :parent_type,
  :creator_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the dependency table.

Returns:

  • (String)


6647
6648
6649
6650
6651
6652
6653
6654
6655
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6647

class IntermediateTableDependency < Struct.new(
  :id,
  :name,
  :type,
  :parent_type,
  :creator_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#parent_typeString

Whether the dependency is direct or indirect. A direct dependency is a table explicitly referenced in the stored query, while an indirect dependency is referenced through another intermediate table.

Returns:

  • (String)


6647
6648
6649
6650
6651
6652
6653
6654
6655
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6647

class IntermediateTableDependency < Struct.new(
  :id,
  :name,
  :type,
  :parent_type,
  :creator_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the dependency table.

Returns:

  • (String)


6647
6648
6649
6650
6651
6652
6653
6654
6655
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6647

class IntermediateTableDependency < Struct.new(
  :id,
  :name,
  :type,
  :parent_type,
  :creator_account_id)
  SENSITIVE = []
  include Aws::Structure
end