Class: Aws::CleanRooms::Types::ConfiguredTableAssociationSummary

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

Overview

The configured table association summary for the objects listed by the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The unique ARN for the configured table association.

Returns:

  • (String)


1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1803

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

#configured_table_idString

The unique configured table ID that this configured table association refers to.

Returns:

  • (String)


1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1803

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

#create_timeTime

The time the configured table association was created.

Returns:

  • (Time)


1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1803

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

#idString

The unique ID for the configured table association.

Returns:

  • (String)


1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1803

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

#membership_arnString

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

Returns:

  • (String)


1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1803

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

#membership_idString

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

Returns:

  • (String)


1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1803

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

#nameString

The name of the configured table association. The table is identified by this name when running Protected Queries against the underlying data.

Returns:

  • (String)


1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1803

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

#update_timeTime

The time the configured table association was last updated.

Returns:

  • (Time)


1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1803

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