Class: Aws::CleanRooms::Types::ConfiguredTableAssociationAnalysisRulePolicyV1

Inherits:
Struct
  • Object
show all
Includes:
Structure, Structure::Union
Defined in:
lib/aws-sdk-cleanrooms/types.rb

Overview

Note:

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

Note:

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

Controls on the query specifications that can be run on an associated 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::ConfiguredTableAssociationAnalysisRuleAggregation

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



2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
# File 'lib/aws-sdk-cleanrooms/types.rb', line 2243

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

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

#customTypes::ConfiguredTableAssociationAnalysisRuleCustom

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



2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
# File 'lib/aws-sdk-cleanrooms/types.rb', line 2243

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

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

#listTypes::ConfiguredTableAssociationAnalysisRuleList

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



2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
# File 'lib/aws-sdk-cleanrooms/types.rb', line 2243

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

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

#unknownObject

Returns the value of attribute unknown

Returns:

  • (Object)

    the current value of unknown



2243
2244
2245
# File 'lib/aws-sdk-cleanrooms/types.rb', line 2243

def unknown
  @unknown
end