Class: Aws::CleanRooms::Types::GetSchemaAnalysisRuleOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::GetSchemaAnalysisRuleOutput
- Defined in:
- gems/aws-sdk-cleanrooms/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.
4097 4098 4099 4100 4101 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4097 class GetSchemaAnalysisRuleOutput < Struct.new( :analysis_rule) SENSITIVE = [] include Aws::Structure end |