Class: Aws::CleanRooms::Types::BatchGetSchemaAnalysisRuleOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_rulesArray<Types::AnalysisRule>

The retrieved list of analysis rules.

Returns:



680
681
682
683
684
685
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 680

class BatchGetSchemaAnalysisRuleOutput < Struct.new(
  :analysis_rules,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end

#errorsArray<Types::BatchGetSchemaAnalysisRuleError>

Error reasons for schemas that could not be retrieved. One error is returned for every schema that could not be retrieved.



680
681
682
683
684
685
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 680

class BatchGetSchemaAnalysisRuleOutput < Struct.new(
  :analysis_rules,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end