Class: Aws::CleanRooms::Types::ConfiguredTableAssociation

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

Overview

A configured table association links a configured table to a collaboration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The unique ARN for the configured table association.

Returns:

  • (String)


1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1745

class ConfiguredTableAssociation < Struct.new(
  :arn,
  :id,
  :configured_table_id,
  :configured_table_arn,
  :membership_id,
  :membership_arn,
  :role_arn,
  :name,
  :description,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#configured_table_arnString

The unique ARN for the configured table that the association refers to.

Returns:

  • (String)


1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1745

class ConfiguredTableAssociation < Struct.new(
  :arn,
  :id,
  :configured_table_id,
  :configured_table_arn,
  :membership_id,
  :membership_arn,
  :role_arn,
  :name,
  :description,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#configured_table_idString

The unique ID for the configured table that the association refers to.

Returns:

  • (String)


1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1745

class ConfiguredTableAssociation < Struct.new(
  :arn,
  :id,
  :configured_table_id,
  :configured_table_arn,
  :membership_id,
  :membership_arn,
  :role_arn,
  :name,
  :description,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#create_timeTime

The time the configured table association was created.

Returns:

  • (Time)


1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1745

class ConfiguredTableAssociation < Struct.new(
  :arn,
  :id,
  :configured_table_id,
  :configured_table_arn,
  :membership_id,
  :membership_arn,
  :role_arn,
  :name,
  :description,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the configured table association.

Returns:

  • (String)


1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1745

class ConfiguredTableAssociation < Struct.new(
  :arn,
  :id,
  :configured_table_id,
  :configured_table_arn,
  :membership_id,
  :membership_arn,
  :role_arn,
  :name,
  :description,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique ID for the configured table association.

Returns:

  • (String)


1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1745

class ConfiguredTableAssociation < Struct.new(
  :arn,
  :id,
  :configured_table_id,
  :configured_table_arn,
  :membership_id,
  :membership_arn,
  :role_arn,
  :name,
  :description,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#membership_arnString

The unique ARN for the membership this configured table association belongs to.

Returns:

  • (String)


1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1745

class ConfiguredTableAssociation < Struct.new(
  :arn,
  :id,
  :configured_table_id,
  :configured_table_arn,
  :membership_id,
  :membership_arn,
  :role_arn,
  :name,
  :description,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#membership_idString

The unique ID for the membership this configured table association belongs to.

Returns:

  • (String)


1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1745

class ConfiguredTableAssociation < Struct.new(
  :arn,
  :id,
  :configured_table_id,
  :configured_table_arn,
  :membership_id,
  :membership_arn,
  :role_arn,
  :name,
  :description,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the configured table association, in lowercase. The table is identified by this name when running protected queries against the underlying data.

Returns:

  • (String)


1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1745

class ConfiguredTableAssociation < Struct.new(
  :arn,
  :id,
  :configured_table_id,
  :configured_table_arn,
  :membership_id,
  :membership_arn,
  :role_arn,
  :name,
  :description,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The service will assume this role to access catalog metadata and query the table.

Returns:

  • (String)


1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1745

class ConfiguredTableAssociation < Struct.new(
  :arn,
  :id,
  :configured_table_id,
  :configured_table_arn,
  :membership_id,
  :membership_arn,
  :role_arn,
  :name,
  :description,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#update_timeTime

The time the configured table association was last updated.

Returns:

  • (Time)


1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1745

class ConfiguredTableAssociation < Struct.new(
  :arn,
  :id,
  :configured_table_id,
  :configured_table_arn,
  :membership_id,
  :membership_arn,
  :role_arn,
  :name,
  :description,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end