Class: Aws::CleanRooms::Types::ConfiguredTableAnalysisRule

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

Overview

A configured table analysis rule, which limits how data for this table can be used.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configured_table_arnString

The unique ARN for the configured table.

Returns:

  • (String)


1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1613

class ConfiguredTableAnalysisRule < Struct.new(
  :configured_table_id,
  :configured_table_arn,
  :policy,
  :type,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#configured_table_idString

The unique ID for the configured table.

Returns:

  • (String)


1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1613

class ConfiguredTableAnalysisRule < Struct.new(
  :configured_table_id,
  :configured_table_arn,
  :policy,
  :type,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#create_timeTime

The time the configured table analysis rule was created.

Returns:

  • (Time)


1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1613

class ConfiguredTableAnalysisRule < Struct.new(
  :configured_table_id,
  :configured_table_arn,
  :policy,
  :type,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#policyTypes::ConfiguredTableAnalysisRulePolicy

The policy that controls SQL query rules.



1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1613

class ConfiguredTableAnalysisRule < Struct.new(
  :configured_table_id,
  :configured_table_arn,
  :policy,
  :type,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of configured table analysis rule.

Returns:

  • (String)


1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1613

class ConfiguredTableAnalysisRule < Struct.new(
  :configured_table_id,
  :configured_table_arn,
  :policy,
  :type,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#update_timeTime

The time the configured table analysis rule was last updated.

Returns:

  • (Time)


1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1613

class ConfiguredTableAnalysisRule < Struct.new(
  :configured_table_id,
  :configured_table_arn,
  :policy,
  :type,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end