Class: Aws::CleanRooms::Types::BatchGetSchemaAnalysisRuleOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::BatchGetSchemaAnalysisRuleOutput
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analysis_rules ⇒ Array<Types::AnalysisRule>
The retrieved list of analysis rules.
-
#errors ⇒ Array<Types::BatchGetSchemaAnalysisRuleError>
Error reasons for schemas that could not be retrieved.
Instance Attribute Details
#analysis_rules ⇒ Array<Types::AnalysisRule>
The retrieved list of analysis rules.
740 741 742 743 744 745 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 740 class BatchGetSchemaAnalysisRuleOutput < Struct.new( :analysis_rules, :errors) SENSITIVE = [] include Aws::Structure end |
#errors ⇒ Array<Types::BatchGetSchemaAnalysisRuleError>
Error reasons for schemas that could not be retrieved. One error is returned for every schema that could not be retrieved.
740 741 742 743 744 745 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 740 class BatchGetSchemaAnalysisRuleOutput < Struct.new( :analysis_rules, :errors) SENSITIVE = [] include Aws::Structure end |