Class: Aws::CleanRooms::Types::GetConfiguredTableAnalysisRuleOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::GetConfiguredTableAnalysisRuleOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analysis_rule ⇒ Types::ConfiguredTableAnalysisRule
The entire analysis rule output.
Instance Attribute Details
#analysis_rule ⇒ Types::ConfiguredTableAnalysisRule
The entire analysis rule output.
3791 3792 3793 3794 3795 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3791 class GetConfiguredTableAnalysisRuleOutput < Struct.new( :analysis_rule) SENSITIVE = [] include Aws::Structure end |