Class: Aws::CleanRooms::Types::CreateConfiguredTableAnalysisRuleOutput

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

The analysis rule that was created for the configured table.



3009
3010
3011
3012
3013
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3009

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