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.
4069 4070 4071 4072 4073 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4069 class GetSchemaAnalysisRuleOutput < Struct.new( :analysis_rule) SENSITIVE = [] include Aws::Structure end |