Class: Aws::CleanRooms::Types::CreateConfiguredTableAnalysisRuleOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::CreateConfiguredTableAnalysisRuleOutput
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analysis_rule ⇒ Types::ConfiguredTableAnalysisRule
The analysis rule that was created for the configured table.
Instance Attribute Details
#analysis_rule ⇒ Types::ConfiguredTableAnalysisRule
The analysis rule that was created for the configured table.
2605 2606 2607 2608 2609 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2605 class CreateConfiguredTableAnalysisRuleOutput < Struct.new( :analysis_rule) SENSITIVE = [] include Aws::Structure end |