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.
5696 5697 5698 5699 5700 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5696 class GetIntermediateTableAnalysisRuleOutput < Struct.new( :analysis_rule) SENSITIVE = [] include Aws::Structure end |