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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



769
770
771
772
773
774
# File 'lib/aws-sdk-cleanrooms/types.rb', line 769

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.



769
770
771
772
773
774
# File 'lib/aws-sdk-cleanrooms/types.rb', line 769

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