Class: Aws::CleanRooms::Types::ConfiguredTableSummary

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_methodString

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

Returns:

  • (String)


1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1849

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

#analysis_rule_typesArray<String>

The types of analysis rules associated with this configured table.

Returns:

  • (Array<String>)


1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1849

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

#arnString

The unique ARN of the configured table.

Returns:

  • (String)


1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1849

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

#create_timeTime

The time the configured table was created.

Returns:

  • (Time)


1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1849

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

#idString

The unique ID of the configured table.

Returns:

  • (String)


1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1849

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

#nameString

The name of the configured table.

Returns:

  • (String)


1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1849

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

#update_timeTime

The time the configured table was last updated.

Returns:

  • (Time)


1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1849

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