Class: Aws::CleanRooms::Types::AnalysisSchema

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb

Overview

A relation within an analysis.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#referenced_tablesArray<String>

The tables referenced in the analysis schema.

Returns:

  • (Array<String>)


328
329
330
331
332
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 328

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