Class: Aws::CleanRooms::Types::BatchGetSchemaAnalysisRuleInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::BatchGetSchemaAnalysisRuleInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#collaboration_identifier ⇒ String
The unique identifier of the collaboration that contains the schema analysis rule.
-
#schema_analysis_rule_requests ⇒ Array<Types::SchemaAnalysisRuleRequest>
The information that’s necessary to retrieve a schema analysis rule.
Instance Attribute Details
#collaboration_identifier ⇒ String
The unique identifier of the collaboration that contains the 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 |
#schema_analysis_rule_requests ⇒ Array<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 |