Class: Aws::CleanRooms::Types::IntermediateTableAnalysisRulePolicyV1
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::IntermediateTableAnalysisRulePolicyV1
- 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
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom ⇒ Types::IntermediateTableAnalysisRuleCustom
The custom analysis rule policy.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#custom ⇒ Types::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 |
#unknown ⇒ Object
Returns the value of attribute unknown
6566 6567 6568 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6566 def unknown @unknown end |