Class: Aws::CleanRooms::Types::BatchGetSchemaAnalysisRuleInput

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

#collaboration_identifierString

The unique identifier of the collaboration that contains the schema analysis rule.

Returns:

  • (String)


662
663
664
665
666
667
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 662

class BatchGetSchemaAnalysisRuleInput < Struct.new(
  :collaboration_identifier,
  :schema_analysis_rule_requests)
  SENSITIVE = []
  include Aws::Structure
end

#schema_analysis_rule_requestsArray<Types::SchemaAnalysisRuleRequest>

The information that's necessary to retrieve a schema analysis rule.



662
663
664
665
666
667
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 662

class BatchGetSchemaAnalysisRuleInput < Struct.new(
  :collaboration_identifier,
  :schema_analysis_rule_requests)
  SENSITIVE = []
  include Aws::Structure
end