Class: Aws::CleanRooms::Types::CreateConfiguredTableAnalysisRuleOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::CreateConfiguredTableAnalysisRuleOutput
- Includes:
- Structure
- Defined in:
- 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 'lib/aws-sdk-cleanrooms/types.rb', line 2605 class CreateConfiguredTableAnalysisRuleOutput < Struct.new( :analysis_rule) SENSITIVE = [] include Aws::Structure end |