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)


1025
1026
1027
1028
1029
1030
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1025

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.



1025
1026
1027
1028
1029
1030
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1025

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