Class: Aws::CleanRooms::Types::GetIntermediateTableAnalysisRuleOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::GetIntermediateTableAnalysisRuleOutput
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analysis_rule ⇒ Types::IntermediateTableAnalysisRule
The analysis rule for the intermediate table.
Instance Attribute Details
#analysis_rule ⇒ Types::IntermediateTableAnalysisRule
The analysis rule for the intermediate table.
5359 5360 5361 5362 5363 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5359 class GetIntermediateTableAnalysisRuleOutput < Struct.new( :analysis_rule) SENSITIVE = [] include Aws::Structure end |