Class: Aws::CleanRooms::Types::CreateConfiguredTableAnalysisRuleInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::CreateConfiguredTableAnalysisRuleInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analysis_rule_policy ⇒ Types::ConfiguredTableAnalysisRulePolicy
The analysis rule policy that was created for the configured table.
-
#analysis_rule_type ⇒ String
The type of analysis rule.
-
#configured_table_identifier ⇒ String
The identifier for the configured table to create the analysis rule for.
Instance Attribute Details
#analysis_rule_policy ⇒ Types::ConfiguredTableAnalysisRulePolicy
The analysis rule policy that was created for the configured table.
2591 2592 2593 2594 2595 2596 2597 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 2591 class CreateConfiguredTableAnalysisRuleInput < Struct.new( :configured_table_identifier, :analysis_rule_type, :analysis_rule_policy) SENSITIVE = [] include Aws::Structure end |
#analysis_rule_type ⇒ String
The type of analysis rule.
2591 2592 2593 2594 2595 2596 2597 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 2591 class CreateConfiguredTableAnalysisRuleInput < Struct.new( :configured_table_identifier, :analysis_rule_type, :analysis_rule_policy) SENSITIVE = [] include Aws::Structure end |
#configured_table_identifier ⇒ String
The identifier for the configured table to create the analysis rule for. Currently accepts the configured table ID.
2591 2592 2593 2594 2595 2596 2597 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 2591 class CreateConfiguredTableAnalysisRuleInput < Struct.new( :configured_table_identifier, :analysis_rule_type, :analysis_rule_policy) SENSITIVE = [] include Aws::Structure end |