Class: Aws::CleanRooms::Types::GetSchemaAnalysisRuleOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::GetSchemaAnalysisRuleOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analysis_rule ⇒ Types::AnalysisRule
A specification about how data from the configured table can be used.
Instance Attribute Details
#analysis_rule ⇒ Types::AnalysisRule
A specification about how data from the configured table can be used.
5045 5046 5047 5048 5049 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5045 class GetSchemaAnalysisRuleOutput < Struct.new( :analysis_rule) SENSITIVE = [] include Aws::Structure end |