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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_rule_policyTypes::ConfiguredTableAnalysisRulePolicy

The entire created configured table analysis rule object.



2104
2105
2106
2107
2108
2109
2110
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2104

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)


2104
2105
2106
2107
2108
2109
2110
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2104

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)


2104
2105
2106
2107
2108
2109
2110
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2104

class CreateConfiguredTableAnalysisRuleInput < Struct.new(
  :configured_table_identifier,
  :analysis_rule_type,
  :analysis_rule_policy)
  SENSITIVE = []
  include Aws::Structure
end