Class: Aws::CleanRooms::Types::UpdateConfiguredTableAnalysisRuleInput

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 new analysis rule policy for the configured table analysis rule.



5518
5519
5520
5521
5522
5523
5524
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5518

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

#analysis_rule_typeString

The analysis rule type to be updated. Configured table analysis rules are uniquely identified by their configured table identifier and analysis rule type.

Returns:

  • (String)


5518
5519
5520
5521
5522
5523
5524
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5518

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

#configured_table_identifierString

The unique identifier for the configured table that the analysis rule applies to. Currently accepts the configured table ID.

Returns:

  • (String)


5518
5519
5520
5521
5522
5523
5524
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5518

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