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

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

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

Returns:



4069
4070
4071
4072
4073
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4069

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