Class: Aws::CleanRooms::Types::CreateConfiguredTableAssociationAnalysisRuleOutput

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_ruleTypes::ConfiguredTableAssociationAnalysisRule

The analysis rule for the configured table association. In the console, the ‘ConfiguredTableAssociationAnalysisRule` is referred to as the *collaboration analysis rule*.



2649
2650
2651
2652
2653
# File 'lib/aws-sdk-cleanrooms/types.rb', line 2649

class CreateConfiguredTableAssociationAnalysisRuleOutput < Struct.new(
  :analysis_rule)
  SENSITIVE = []
  include Aws::Structure
end