Class: Aws::CleanRooms::Types::BatchGetSchemaInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::BatchGetSchemaInput
- Defined in:
- gems/aws-sdk-cleanrooms/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.
811 812 813 814 815 816 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 811 class BatchGetSchemaInput < Struct.new( :collaboration_identifier, :names) SENSITIVE = [] include Aws::Structure end |
#names ⇒ Array<String>
The names for the schema objects to retrieve.
811 812 813 814 815 816 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 811 class BatchGetSchemaInput < Struct.new( :collaboration_identifier, :names) SENSITIVE = [] include Aws::Structure end |