Class: Aws::CleanRooms::Types::IntermediateTableDependency
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::IntermediateTableDependency
- 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
-
#creator_account_id ⇒ String
The Amazon Web Services account ID of the member who owns the dependency table.
-
#id ⇒ String
The unique identifier of the dependency table.
-
#name ⇒ String
The name of the dependency table.
-
#parent_type ⇒ String
Whether the dependency is direct or indirect.
-
#type ⇒ String
The type of the dependency table.
Instance Attribute Details
#creator_account_id ⇒ String
The Amazon Web Services account ID of the member who owns the dependency table.
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 |
#id ⇒ String
The unique identifier of the dependency table.
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 |
#name ⇒ String
The name of the dependency table.
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_type ⇒ String
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.
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 |
#type ⇒ String
The type of the dependency table.
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 |