Class: Aws::CleanRooms::Types::GetSchemaAnalysisRuleOutput

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

A specification about how data from the configured table can be used.

Returns:



3208
3209
3210
3211
3212
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3208

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