Class: Aws::CleanRooms::Types::IntermediateTableAnalysisRulePolicyV1

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

Overview

Note:

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

Note:

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

Contains the version 1 policy for an intermediate table analysis rule.

Defined Under Namespace

Classes: Custom, Unknown

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#customTypes::IntermediateTableAnalysisRuleCustom

The custom analysis rule policy.



6566
6567
6568
6569
6570
6571
6572
6573
6574
6575
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6566

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

  class Custom < IntermediateTableAnalysisRulePolicyV1; end
  class Unknown < IntermediateTableAnalysisRulePolicyV1; end
end

#unknownObject

Returns the value of attribute unknown

Returns:

  • (Object)

    the current value of unknown



6566
6567
6568
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6566

def unknown
  @unknown
end