Class: Aws::CleanRooms::Types::CreateConfiguredTableAssociationAnalysisRuleInput

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::ConfiguredTableAssociationAnalysisRulePolicy

The analysis rule policy that was created for the configured table association.



2632
2633
2634
2635
2636
2637
2638
2639
# File 'lib/aws-sdk-cleanrooms/types.rb', line 2632

class CreateConfiguredTableAssociationAnalysisRuleInput < Struct.new(
  :membership_identifier,
  :configured_table_association_identifier,
  :analysis_rule_type,
  :analysis_rule_policy)
  SENSITIVE = []
  include Aws::Structure
end

#analysis_rule_typeString

The type of analysis rule.

Returns:

  • (String)


2632
2633
2634
2635
2636
2637
2638
2639
# File 'lib/aws-sdk-cleanrooms/types.rb', line 2632

class CreateConfiguredTableAssociationAnalysisRuleInput < Struct.new(
  :membership_identifier,
  :configured_table_association_identifier,
  :analysis_rule_type,
  :analysis_rule_policy)
  SENSITIVE = []
  include Aws::Structure
end

#configured_table_association_identifierString

The unique ID for the configured table association. Currently accepts the configured table association ID.

Returns:

  • (String)


2632
2633
2634
2635
2636
2637
2638
2639
# File 'lib/aws-sdk-cleanrooms/types.rb', line 2632

class CreateConfiguredTableAssociationAnalysisRuleInput < Struct.new(
  :membership_identifier,
  :configured_table_association_identifier,
  :analysis_rule_type,
  :analysis_rule_policy)
  SENSITIVE = []
  include Aws::Structure
end

#membership_identifierString

A unique identifier for the membership that the configured table association belongs to. Currently accepts the membership ID.

Returns:

  • (String)


2632
2633
2634
2635
2636
2637
2638
2639
# File 'lib/aws-sdk-cleanrooms/types.rb', line 2632

class CreateConfiguredTableAssociationAnalysisRuleInput < Struct.new(
  :membership_identifier,
  :configured_table_association_identifier,
  :analysis_rule_type,
  :analysis_rule_policy)
  SENSITIVE = []
  include Aws::Structure
end