Class: Aws::CleanRooms::Types::CreateConfiguredTableAnalysisRuleInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_rule_policyTypes::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_typeString

The type of analysis rule.

Returns:

  • (String)


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_identifierString

The identifier for the configured table to create the analysis rule for. Currently accepts the configured table ID.

Returns:

  • (String)


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