Class: Aws::CleanRooms::Types::UpdateIntermediateTableAnalysisRuleOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::UpdateIntermediateTableAnalysisRuleOutput
- 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 updated analysis rule for the intermediate table.
Instance Attribute Details
#analysis_rule ⇒ Types::IntermediateTableAnalysisRule
The updated analysis rule for the intermediate table.
11474 11475 11476 11477 11478 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 11474 class UpdateIntermediateTableAnalysisRuleOutput < Struct.new( :analysis_rule) SENSITIVE = [] include Aws::Structure end |