Class: Aws::CleanRooms::Types::ConfiguredTableAnalysisRulePolicyV1

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

Overview

Note:

ConfiguredTableAnalysisRulePolicyV1 is a union - when making an API calls you must set exactly one of the members.

Note:

ConfiguredTableAnalysisRulePolicyV1 is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of ConfiguredTableAnalysisRulePolicyV1 corresponding to the set member.

Controls on the query specifications that can be run on a configured table.

Direct Known Subclasses

Aggregation, Custom, List, Unknown

Defined Under Namespace

Classes: Aggregation, Custom, List, Unknown

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aggregationTypes::AnalysisRuleAggregation

Analysis rule type that enables only aggregation queries on a configured table.



1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1905

class ConfiguredTableAnalysisRulePolicyV1 < Struct.new(
  :list,
  :aggregation,
  :custom,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class List < ConfiguredTableAnalysisRulePolicyV1; end
  class Aggregation < ConfiguredTableAnalysisRulePolicyV1; end
  class Custom < ConfiguredTableAnalysisRulePolicyV1; end
  class Unknown < ConfiguredTableAnalysisRulePolicyV1; end
end

#customTypes::AnalysisRuleCustom

A type of analysis rule that enables the table owner to approve custom SQL queries on their configured tables. It supports differential privacy.



1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1905

class ConfiguredTableAnalysisRulePolicyV1 < Struct.new(
  :list,
  :aggregation,
  :custom,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class List < ConfiguredTableAnalysisRulePolicyV1; end
  class Aggregation < ConfiguredTableAnalysisRulePolicyV1; end
  class Custom < ConfiguredTableAnalysisRulePolicyV1; end
  class Unknown < ConfiguredTableAnalysisRulePolicyV1; end
end

#listTypes::AnalysisRuleList

Analysis rule type that enables only list queries on a configured table.



1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1905

class ConfiguredTableAnalysisRulePolicyV1 < Struct.new(
  :list,
  :aggregation,
  :custom,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class List < ConfiguredTableAnalysisRulePolicyV1; end
  class Aggregation < ConfiguredTableAnalysisRulePolicyV1; end
  class Custom < ConfiguredTableAnalysisRulePolicyV1; end
  class Unknown < ConfiguredTableAnalysisRulePolicyV1; end
end

#unknownObject

Returns the value of attribute unknown

Returns:

  • (Object)

    the current value of unknown



1905
1906
1907
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1905

def unknown
  @unknown
end