Class: Aws::CleanRooms::Types::ConfiguredTable

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

Overview

A table that has been configured for use in a collaboration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_columnsArray<String>

The columns within the underlying Glue table that can be utilized within collaborations.

Returns:

  • (Array<String>)


1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1569

class ConfiguredTable < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :table_reference,
  :create_time,
  :update_time,
  :analysis_rule_types,
  :analysis_method,
  :allowed_columns)
  SENSITIVE = []
  include Aws::Structure
end

#analysis_methodString

The analysis method for the configured table. The only valid value is currently DIRECT\_QUERY.

Returns:

  • (String)


1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1569

class ConfiguredTable < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :table_reference,
  :create_time,
  :update_time,
  :analysis_rule_types,
  :analysis_method,
  :allowed_columns)
  SENSITIVE = []
  include Aws::Structure
end

#analysis_rule_typesArray<String>

The types of analysis rules associated with this configured table. Currently, only one analysis rule may be associated with a configured table.

Returns:

  • (Array<String>)


1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1569

class ConfiguredTable < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :table_reference,
  :create_time,
  :update_time,
  :analysis_rule_types,
  :analysis_method,
  :allowed_columns)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The unique ARN for the configured table.

Returns:

  • (String)


1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1569

class ConfiguredTable < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :table_reference,
  :create_time,
  :update_time,
  :analysis_rule_types,
  :analysis_method,
  :allowed_columns)
  SENSITIVE = []
  include Aws::Structure
end

#create_timeTime

The time the configured table was created.

Returns:

  • (Time)


1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1569

class ConfiguredTable < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :table_reference,
  :create_time,
  :update_time,
  :analysis_rule_types,
  :analysis_method,
  :allowed_columns)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description for the configured table.

Returns:

  • (String)


1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1569

class ConfiguredTable < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :table_reference,
  :create_time,
  :update_time,
  :analysis_rule_types,
  :analysis_method,
  :allowed_columns)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique ID for the configured table.

Returns:

  • (String)


1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1569

class ConfiguredTable < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :table_reference,
  :create_time,
  :update_time,
  :analysis_rule_types,
  :analysis_method,
  :allowed_columns)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A name for the configured table.

Returns:

  • (String)


1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1569

class ConfiguredTable < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :table_reference,
  :create_time,
  :update_time,
  :analysis_rule_types,
  :analysis_method,
  :allowed_columns)
  SENSITIVE = []
  include Aws::Structure
end

#table_referenceTypes::TableReference

The Glue table that this configured table represents.



1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1569

class ConfiguredTable < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :table_reference,
  :create_time,
  :update_time,
  :analysis_rule_types,
  :analysis_method,
  :allowed_columns)
  SENSITIVE = []
  include Aws::Structure
end

#update_timeTime

The time the configured table was last updated

Returns:

  • (Time)


1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1569

class ConfiguredTable < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :table_reference,
  :create_time,
  :update_time,
  :analysis_rule_types,
  :analysis_method,
  :allowed_columns)
  SENSITIVE = []
  include Aws::Structure
end