Class: Aws::CleanRooms::Types::CreateIntermediateTableAnalysisRuleInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::CreateIntermediateTableAnalysisRuleInput
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analysis_rule_policy ⇒ Types::IntermediateTableAnalysisRulePolicy
The analysis rule policy to apply to the intermediate table.
-
#analysis_rule_type ⇒ String
The type of analysis rule to create.
-
#intermediate_table_identifier ⇒ String
The unique identifier of the intermediate table for which to create the analysis rule.
-
#membership_identifier ⇒ String
The unique identifier of the membership that contains the intermediate table.
Instance Attribute Details
#analysis_rule_policy ⇒ Types::IntermediateTableAnalysisRulePolicy
The analysis rule policy to apply to the intermediate table.
4003 4004 4005 4006 4007 4008 4009 4010 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4003 class CreateIntermediateTableAnalysisRuleInput < Struct.new( :membership_identifier, :intermediate_table_identifier, :analysis_rule_type, :analysis_rule_policy) SENSITIVE = [] include Aws::Structure end |
#analysis_rule_type ⇒ String
The type of analysis rule to create. Currently, only CUSTOM is
supported.
4003 4004 4005 4006 4007 4008 4009 4010 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4003 class CreateIntermediateTableAnalysisRuleInput < Struct.new( :membership_identifier, :intermediate_table_identifier, :analysis_rule_type, :analysis_rule_policy) SENSITIVE = [] include Aws::Structure end |
#intermediate_table_identifier ⇒ String
The unique identifier of the intermediate table for which to create the analysis rule.
4003 4004 4005 4006 4007 4008 4009 4010 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4003 class CreateIntermediateTableAnalysisRuleInput < Struct.new( :membership_identifier, :intermediate_table_identifier, :analysis_rule_type, :analysis_rule_policy) SENSITIVE = [] include Aws::Structure end |
#membership_identifier ⇒ String
The unique identifier of the membership that contains the intermediate table.
4003 4004 4005 4006 4007 4008 4009 4010 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4003 class CreateIntermediateTableAnalysisRuleInput < Struct.new( :membership_identifier, :intermediate_table_identifier, :analysis_rule_type, :analysis_rule_policy) SENSITIVE = [] include Aws::Structure end |