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

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

#collaboration_identifierString

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

Returns:

  • (String)


722
723
724
725
726
727
# File 'lib/aws-sdk-cleanrooms/types.rb', line 722

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.



722
723
724
725
726
727
# File 'lib/aws-sdk-cleanrooms/types.rb', line 722

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