Class: Aws::CleanRooms::Types::BatchGetSchemaInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::BatchGetSchemaInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#collaboration_identifier ⇒ String
A unique identifier for the collaboration that the schemas belong to.
-
#names ⇒ Array<String>
The names for the schema objects to retrieve.
Instance Attribute Details
#collaboration_identifier ⇒ String
A unique identifier for the collaboration that the schemas belong to. Currently accepts collaboration ID.
782 783 784 785 786 787 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 782 class BatchGetSchemaInput < Struct.new( :collaboration_identifier, :names) SENSITIVE = [] include Aws::Structure end |
#names ⇒ Array<String>
The names for the schema objects to retrieve.
782 783 784 785 786 787 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 782 class BatchGetSchemaInput < Struct.new( :collaboration_identifier, :names) SENSITIVE = [] include Aws::Structure end |